mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
44 lines
686 B
Plaintext
44 lines
686 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
|