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

# Environment
.env
.env.local

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# MCP config (local per-machine)
.mcp*.json

# Skills installed via npx (symlinked from .agents/)
.agents/
.claude/skills/
skills-lock.json

# UV

# Docker
.worktrees/
benchmarks/
