# Dependencies
node_modules/
packages/node/node_modules/

# Build output
dist/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Secrets (the CLI never commits these; never commit local test creds)
.mcpcert/

# OS / editor
.DS_Store
*.log
.idea/
.vscode/
