node_modules/
.pnpm-store/
dist/
mcp/bin/
npm/bin/
coverage/
*.tgz
*.tsbuildinfo
.env
.env.*
.DS_Store
*.log
.cursor/rules/

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