# Environment variables — NEVER commit secrets
.env

# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Tool caches
.mypy_cache/
.dmypy.json
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Eval gate reports (generated per run)
evals/reports/

# Claude / MCP configuration
.claude/*
!.claude/skills/
!.claude/hooks/
!.claude/settings.json
.mcp.json

# Editor / OS
.vscode/*
.DS_Store
Thumbs.db
