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

# Virtual env
.venv/

# Env / config
.env
.claude
# NOTE: .mcp.json is committed on purpose - it holds the project-scope
# `zendriver-dev` MCP registration (relative command, no secrets).

# OS
.DS_Store

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/

# Docs build
site/
