node_modules/
dist/
.env
*.log
*.tsbuildinfo
.DS_Store

# mcp-publisher CLI credentials (device-login tokens)
.mcpregistry_*

# Smithery CLI credentials and cache
.smithery/
.smithery*

# MCPB bundle build staging (generated by `mcpb pack`)
.mcpb-build/
*.mcpb

# Playwright MCP session artifacts
.playwright-mcp/

# Workspace-local Kiro artifacts (specs, agents, steering) — do not publish.
.kiro/

# Local smoke/integration artifacts
.mcp-smoke-output/

# Local test harness scratch (metrics harvester smoke tests, etc.)
.test-tmp/
*.tgz

# Python uvx launcher
python/.venv/
python/**/__pycache__/
