# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.so

# PyInstaller single-binary build outputs (artifacts go to GitHub Releases)
dist-bin/
build-bin/

# Virtualenv / uv
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.cache/
htmlcov/
.coverage
.coverage.*

# IDE / OS
.idea/
.vscode/*
!.vscode/extensions.json
.DS_Store
Thumbs.db

# Node (VS Code extension, Step 8)
node_modules/

# Local secrets / env
.env
.env.*

# Personal learning notes (never committed)
notes/

# Project context / constitution — kept local, not committed
CLAUDE.md
