# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# TypeScript
dist/
*.tsbuildinfo

# Environment variables
.venv/
.env
.env.local
.env.*.local

# IDE
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Test coverage
coverage/

# Logs
logs/
*.log

# Python
__pycache__/
*.py[cod]
*$py.class

# MongoDB
*.lock 

# User config
.mcphub.json

# cursor
.cursor/

# cache dir
.mcphub_cache/

.coverage