node_modules/
dist/
.next/
*.tsbuildinfo
.env
.env.local
.turbo/
coverage/
.DS_Store
*.log

# MCP configs (contain API keys)
.claude/mcp.json
.codex/mcp.json
.gemini/

# Wrangler local state (D1 SQLite, builds)
.wrangler/

# Smithery build artifacts
.smithery/

# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
.pytest_cache/
.npm-cache/

# Rust
target/
Cargo.lock

# Relaycast local runtime generated state
.agent-relay/

# Staged local binary artifacts for npm packaging
packages/sdk-typescript/bin/*
!packages/sdk-typescript/bin/.gitkeep
