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

# Virtual environments
.venv/
venv/
env/

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

# Claude Code (local config, runtime locks, worktrees)
.claude/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# mypy
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Examples output
examples/**/result.json

# Environment
.env
.env.local
experiments/baselines/_staged_data/
