Files
2026-05-28 14:32:52 +08:00

46 lines
703 B
Plaintext

# 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