.gitignore 109 B

123456789101112
  1. __pycache__/
  2. .pytest_cache/
  3. output/
  4. cache/
  5. data/
  6. node_modules/
  7. logs/
  8. .bin/
  9. .cache/
  10. *.pyc
  11. node_modules/
  12. dist/