# Python
__pycache__/
*.pyc
*.pyo
dist/
*.egg-info/

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Virtual environment
.venv/

# Claude Code (local-only)
.claude/
CLAUDE.md

# Secrets
.env
.env.*
credentials.json

# Data (downloaded by recipes)
/data/

# Experiment results
results.jsonl

# Agent team output (temporary)
.team-output/

# Checkpoints
checkpoints/
*.safetensors

# Build artifacts
site/

# OS
.DS_Store
