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

# Environments
.env
.env.local
.venv/
venv/
env/

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Personal MCP wiring (project-scope auto-registration is a per-developer choice).
# Anchored to repo root so plugin/.mcp.json (shipped to the marketplace) stays tracked.
/.mcp.json
