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

# Virtual environment
.venv/
venv/
env/

# Data & secrets — NEVER commit
data/
logs/
*.db
*.db-shm
*.db-wal
.api_key
*.key
*.secret
.env
.env.*

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Internal docs (local only)
CLAUDE.md
MIGRATION-*.md
article-*.md
docs/
PLAN-*.md
.openclaude-profile.json

# SDK JS
sdk/js/node_modules/
sdk/js/dist/

# OS
.DS_Store
Thumbs.db
