# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/

# Data
*.db
data/
.env

# Node
node_modules/
.next/
out/
next-env.d.ts
*.tsbuildinfo

# Logs from locally-run dev servers
*.log

# Local working notes — these reference client names and are not part of the project
rename-opencall.txt
sdk/making-callharness.txt

# Stray lockfile: there is no package.json at the repo root (web/ has its own)
/package-lock.json


tmp/
Claude.md
# Build artifacts
sdk/dist/
