.gitignore 50 B

12345
  1. ignore*
  2. /node_modules
  3. __pycache__/
  4. *.pyc
  5. .history/