# Dependencies & build output
node_modules/
dist/
build/
coverage/
*.tsbuildinfo

# PHP (Lot 3)
/packages/*/vendor/
vendor/
composer.lock
.phpunit.cache/
.phpunit.result.cache

# Python (Lot 2)
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.mypy_cache/
*.egg-info/

# ── Secrets: NEVER commit. The SDK is PUBLIC. ──────────────────────────────
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.keystore
id_rsa*
credentials.json
service-account*.json

# Internal-only dev doctrine, exhaustive, kept LOCAL, never published to this public repo.
CLAUDE.md
**/CLAUDE.md
.claude/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
