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

# local settings and secrets
.env
.env.*
.claude/
.yougile.json

# private working notes, not part of the public repo
BRIEF.md
