# Logic/Dev Bloat
.venv/
node_modules/
__pycache__/
.ruff_cache/
.pytest_cache/
tests/

# Discovery & Fleet Metadata
glama.json
.git/
.github/
.vscode/

# Build Artifacts
dist/
build/
*.mcpb

# Non-MCP components (webapp, scripts)
web_sota/
scripts/
