# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Secrets / local env
.env
.env.*
!.env.example

# Internal / planning docs — not for the public repo
docs/
