# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/

# Virtualenv
.venv/
venv/
env/
ENV/

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# OS
*.log

# modmcp local state (should live in ~/.modmcp/, not in-repo, but guard anyway)
.modmcp/

# Claude Code per-project config (local-only, may contain machine paths / hook wiring)
.claude/
.mcp.json

# Scratch dir for working notes / drafts that aren't ready to commit
.scratch/
