.gitignore 106 B

12345678910
  1. .venv/
  2. .env
  3. .local/
  4. .pytest_cache/
  5. .mypy_cache/
  6. .ruff_cache/
  7. *.egg-info/
  8. __pycache__/
  9. *.py[cod]
  10. .coverage