.gitignore 184 B

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