# Generated code
together-sandbox-typescript/src/api-clients
together-sandbox-python/together_sandbox/api
together-sandbox-python/together_sandbox/sandbox

# Generated SDK docs
together-sandbox-typescript/docs
together-sandbox-typescript/LLMS.md
together-sandbox-python/docs
together-sandbox-python/LLMS.md

# Node
node_modules/
npm-debug.log*
test-template

# TypeScript SDK build output
together-sandbox-typescript/dist/

# CLI build output (esbuild bundle + compiled binaries)
together-sandbox-cli/dist/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
*.pth

# static docs
api-docs/*.json

# Python generation temp dirs
together-sandbox-python/.tmp-api/
together-sandbox-python/.tmp-sandbox/

# Test scripts
together-sandbox-typescript/test.ts
together-sandbox-python/test.py

# OS
.DS_Store

# Local env files
.env
.env.local
