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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
!.env.example
.mcp.json

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Distribution
*.tar.gz

# Benchmark run artifacts (generated per run)
benchmarks/results.json

# Local assistant state
.claude/
.serena/

# Local workspace (not tracked)
.workspace/
