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

# Rift cache and results
.rift/
results/

# Benchmark stdout tee logs (the .md output is checked in; the log is not)
benchmarks/*.log

# Environment
.env
.venv/
env/
venv/

# Claude Code local settings (may contain API keys)
.claude/

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

# OS
.DS_Store
Thumbs.db
