.gitignore 119 B

1234567891011121314
  1. /.idea/
  2. /.vscode/
  3. /.env/
  4. __pycache__/
  5. .pytest_cache/
  6. /config/
  7. *.zip
  8. /.coverage
  9. /coverage.xml
  10. *~
  11. \#*\#
  12. .\#*
  13. *.orig
  14. *.rej