.gitignore 176 B

123456789101112
  1. __pycache__/
  2. *.py[cod]
  3. .env
  4. data/
  5. *.egg-info/
  6. dist/
  7. .ruff_cache/
  8. .pytest_cache/
  9. # Un-ignore .py files (root .gitignore has *.py)
  10. !*.py
  11. .venv-bin.tar.gz\n.venv-packages.tar.gz