# Dependencies
node_modules/

# TypeScript build output
dist/

# Python build artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
sdks/python/dist/

# Python virtual environments
.venv/
venv/
env/

# Generated SDK output (built by codegen pipeline, not source)
sdks/

# Codegen cache
codegen/.cache/

# Environment variables
.env
.env.local

# GitHub workflows
.github/

# Claude Code internal files
.claude/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*

# Plan files
improvements.md
plan.md
