.gitignore 184 B

123456789101112131415161718192021
  1. # Forget these =P
  2. $RECYCLE.BIN/
  3. *~
  4. .DS_Store
  5. Desktop.ini
  6. Thumbs.db
  7. ehthumbs.db
  8. *.pyc
  9. .coverage
  10. .mypy_cache/*
  11. .python-version
  12. .ruff_cache/*
  13. .venv/*
  14. __pycache__/*
  15. poetry.lock
  16. venv/*