No Description

.gitignore 249B

1234567891011121314151617181920212223242526
  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. *.log
  10. # venv
  11. env
  12. venv
  13. # other
  14. .DS_Store
  15. # sphinx docs
  16. _build
  17. _static
  18. _templates
  19. # javascript
  20. package-lock.json