-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.dockerignore
More file actions
40 lines (34 loc) · 630 Bytes
/
Copy path.dockerignore
File metadata and controls
40 lines (34 loc) · 630 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
# VCS / tooling
.git
.gitignore
.github
# Build artifacts
native/compute/target
release/
# Local runtime data (git-ignored)
*.aof
*.kdb
arenas/
models/
assets/
kektor_data/
temp_rag_data/
# Dev docs (planning only, not shipped)
tempDocs/
tempMcpDocs/
skills/
# Clients: installed dependencies and build output
clients/typescript/node_modules/
clients/typescript/dist/
clients/python/build/
clients/python/dist/
clients/python/*.egg-info/
# Large local benchmark datasets (git-ignored — not needed in the image)
clients/python/datasets/
clients/python/glove.*
benchmarks/
# Misc
*.log
*.pprof
kektordb-test
eng.traineddata