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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db
*:Zone.Identifier

# Demo output
demo/results.jsonl

# Review notes (local only)
.reviews/

# Claude Code local settings
.claude/settings.local.json

# Internal docs (specs, ADRs, outreach — not part of OSS)
docs/

# Environment
.env
.env.local
