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

# Virtual environments
.venv/
venv/
env/

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

# Environment / secrets
.env
.env.*
!.env.example

# Confidential
ROADMAP_INTERNAL.md
PENDING.md

# Expert graph data (large, derived — regenerate with data/scripts/)
data/raw/
data/processed/

# Internal specs and design docs (not for public repo)
docs/specs/

# Testing / coverage
.coverage
htmlcov/
coverage.xml
.pytest_cache/

# Stress test results (timestamped runs)
tests/stress/results/stress_*.json

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Docker
*.log

# Checkpoints
checkpoints.db

# Platform (proprietary — separate repo)
platform/

# Claude Code
.claude/
.hypothesis/
