# Environment. Never commit real credentials
.env
.env.local

# Dependencies
node_modules/
sdk/node/node_modules/

# Build output
dist/
sdk/node/dist/

# macOS
.DS_Store

# Logs
*.log
npm-debug.log*

# Local preview launch config (Claude Code)
.claude/

# Python build artifacts from running the SDK tests locally
__pycache__/
*.py[cod]
.pytest_cache/
