.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.coverage
htmlcov/

__pycache__/
*.py[cod]
*.pyo

build/
dist/
*.egg-info/

.env
.env.*
!.env.example
