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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build
*.whl
*.tar.gz

# Test output
*.enriched.*
*.stitched.*

# Dataset cache (PubTables-v2 etc.)
.temp/

# Claude Code per-user overrides (settings.json itself is shared)
.claude/settings.local.json
.claude/scheduled_tasks.lock

