.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.py[cod]
.coverage
htmlcov/
build/
dist/
*.egg-info/
examples/smoke/artifacts/

# Secrets — never commit
.env
.env.local
.env.*.local

# Per-host Claude Code overrides — keep local
.claude/settings.local.json
