# Dependencies
node_modules/

# Runtime workspace
workspace/

# Environment variables
.env

# Test caches
__tests__/soak/.model-cache/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Migration build output
scripts/export-tencent-vdb/dist/
scripts/migrate-sqlite-to-tcvdb/dist/
scripts/read-local-memory/dist/

# Root-level build output (not used at runtime, not published)
dist/

node_modules/
benchmark-runs/
.codebuddy
.ai_assets

# Dev-only scripts & lockfile (not shipped in MR)
install-plugin.sh
package-lock.json
pnpm-lock.yaml
yarn.lock
test-offload.sh
test-offload-mmd.sh
test-offload-sessions.sh

# npm pack / release tarballs (never commit packaged outputs)
*.tgz
*.tar.gz

# log files
*.log