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

# Tooling
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hatch/

# Editors / OS
.DS_Store
.idea/
.vscode/

# Node (future TS SDK in packages/mcp-sdk/)
node_modules/
