forked from TencentCloud/TencentDB-Agent-Memory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (36 loc) · 703 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (36 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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