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

# Virtual environments
.venv/
.nox/

# Testing
.pytest_cache/

# Jupyter
.jupyter_ystore.db

# IDE / local config
.mcp.json
