# Build artifacts
/dist/
/build/
/bin/
*.tsbuildinfo
# Dependencies
/node_modules/
# Runtime state
.mcp_drift_state.json
# Editor noise
.vscode/
.idea/
*.swp
*.swo
*~
# OS noise
.DS_Store
Thumbs.db
# Logs
*.log
# Test artifacts
*.test
coverage/