__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
src/*.egg-info/
.pytest_cache/
.env
.env.*

# internal planning docs — never track
TODO.md
docs/DEVELOPMENT.md
