# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp

# Node
node_modules/
dist/
build/
.next/
*.log
.npm/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.ruff_cache/
.pytest_cache/
.tox/
.coverage
.coverage.*
coverage.xml
htmlcov/

# PHP
vendor/
composer.lock
.phpunit.cache/

# Go
bin/
*.test
*.out

# Env
.env
.env.local

# Demo artifacts
demo/output-sync/
demo/output-async/

# Local agent config
.claude/

# Distribution artifacts
dist/
build/
*.egg-info/

# Local-only handoff docs (live in sdk-node or the platform repo)
sdk-python-plan.md
sdk-engineering-guide.md
sdk-roadmap.md

# Astro / Starlight docs site
docs/node_modules/
docs/dist/
docs/.astro/
docs/src/content/docs/reference/

# Extractor cache
scripts/extract-api/.cache/
CLAUDE.md
docs/plan/
docs/spec/
sdk-*-plan.md
sdk-*-specifications.md
