# Platform binaries are dropped in by CI during publish; never commit them.
opendray-*/bin/opendray

# LICENSE files are copied from the repo root by scripts/publish-npm.mjs.
*/LICENSE

# SDK build output
sdk/dist/
sdk/node_modules/
sdk/package-lock.json

# npm pack output
*.tgz
