# SDK workspace: dependencies + build artifacts are never committed. This one file covers every
# workspace package (node_modules/ and dist/ match at any depth below web/sdk).
# The workspace-root package-lock.json IS committed (so CI's `npm ci` is reproducible) — it is
# deliberately NOT ignored here, unlike the vestigial per-package locks.
node_modules/
dist/
*.tgz
