.gitignore 403 B

123456789101112131415161718192021222324252627282930313233343536
  1. # byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # tests and coverage
  5. *.pytest_cache
  6. .coverage
  7. # database & logs
  8. *.db
  9. *.sqlite3
  10. *.log
  11. # venv
  12. env
  13. venv
  14. # other
  15. .DS_Store
  16. # sphinx docs
  17. _build
  18. _static
  19. _templates
  20. # javascript
  21. package-lock.json
  22. .vscode/symbols.json
  23. apps/static/assets/node_modules
  24. apps/static/assets/yarn.lock
  25. apps/static/assets/.temp
  26. migrations
  27. node_modules
  28. yarn.lock