4
0

.gitignore 162 B

123456789101112131415161718
  1. /.idea/
  2. /.vscode/
  3. /.env/
  4. /*.egg-info/
  5. __pycache__/
  6. .pytest_cache/
  7. /config/
  8. *.zip
  9. /.coverage
  10. /coverage.xml
  11. *~
  12. \#*\#
  13. .\#*
  14. *.orig
  15. *.rej
  16. .history
  17. .DS_Store
  18. Thumbs.db