# Python
__pycache__/
*.py[cod]
*.egg-info/

# Virtual environments
.venv/

# Build
dist/

# Tools
.ruff_cache/
.pyright/
.pytest_cache/
uv.lock

# mcp local 
.mcp.json
