# SDK build + test artifacts (never committed; produced by CI / publish)
node/node_modules/
node/dist/
node/*.tgz
node/coverage/
node/tsup.config.bundled_*.mjs

python/dist/
python/build/
**/*.egg-info/
python/.pytest_cache/
python/.ruff_cache/
**/__pycache__/
