__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
*.so
*.db
*.sqlite
*.sqlite3
.venv/
venv/
env/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
*.cover
*.log
.idea/
.vscode/
.claude/settings.local.json
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Private brief — kept locally for sharing, not published to the repo
OVERVIEW.md
