.gitignore 195 B

1234567891011121314151617181920
  1. # general things to ignore
  2. build/
  3. dist/
  4. .venv/
  5. .direnv/
  6. *.egg-info/
  7. *.egg
  8. *.py[cod]
  9. __pycache__/
  10. *.so
  11. *~≈
  12. .env
  13. .envrc
  14. .idea
  15. .pytest_cache
  16. # due to using tox and pytest
  17. .tox
  18. .cache
  19. .mypy_cache