-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
214 lines (200 loc) · 3.56 KB
/
Copy path.gitignore
File metadata and controls
214 lines (200 loc) · 3.56 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# Build directories
build/
build-wasm/
eval_runs/
.zig-cache/
zig-out/
cmake-build-*/
out/
bin/
Debug/
Release/
x64/
x86/
# poc/
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
CTestCustom.cmake
DartConfiguration.tcl
Makefile
compile_commands.json
*.cmake
!cmake/*.cmake
!third_party/sqlite-objstore/cmake/**/*.cmake
.ninja
*.ninja
# Compiled binaries and libraries
*.a
*.so
*.dylib
*.dll
*.exe
*.out
*.o
*.obj
*.pdb
*.ilk
*.manifest
*.wasm
*.js
!bindings/javascript/index.js
!bindings/javascript/model-bootstrap.js
!bindings/wasm/*.js
!examples/web/*.js
!third_party/sqlite-objstore/tests/opfs_worker.js
# Test executables and data
*_tests
tests/*_tests
*.db
*.db-*
*.lmdb
.lmdb/
*memory*.lmdb/
*cortext_test_stub*.lmdb/
!tests/CMakeLists.txt
!tests/*.test.cpp
!docs/**/*.js
# IDE files
.vscode/
.cursor/
.agent/
.aiassistant/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Rust artifacts (this is a C++ project)
Cargo.lock
!third_party/sqlite-objstore/tests/wasm/rust/Cargo.lock
# Dart/Flutter files (this is a C++ project)
analysis_options.yaml
bindings/dart/.dart_tool/
bindings/dart/pubspec.lock
# Temporary files
*.tmp
*.temp
*.log
*.cache
__pycache__/
*.pyc
nohup.out
imgui.ini
examples/chat/logs.txt
tmp/
Testing/Temporary/
bindings/python/*.egg-info/
bindings/python/augmem.cortext.egg-info/
bindings/python/augmem_cortext.egg-info/
bindings/python/augmem/cortext/native/*
!bindings/python/augmem/cortext/native/.gitkeep
bindings/python/augmem/cortext/models/*
!bindings/python/augmem/cortext/models/.gitkeep
bindings/javascript/prebuilds/*
!bindings/javascript/prebuilds/.gitkeep
bindings/javascript/*.tgz
bindings/javascript/models/*
!bindings/javascript/models/.gitkeep
# Coverage reports
*.gcda
*.gcno
*.gcov
coverage/
*.profraw
*.profdata
lcov.info
coverage.info
# Package files
*.deb
*.rpm
*.tar.gz
*.zip
# Generated data files
objects/
data/
!data/
data/raw/
data/memory_evals/
data/emotion/
data/ravdess/
# Full surname CSVs stay local/build-time only. Git-friendly shards + manifest
# are tracked so clones work without LFS; reassemble via scripts/shard_surnames.py.
/data/surnames/*
!/data/surnames/LICENSE.txt
!/data/surnames/country_codes.csv
!/data/surnames/manifest.json
!/data/surnames/chunks/
/data/surnames/chunks/*
!/data/surnames/chunks/*.part-*
# Full GGUF payloads stay local/build-time only. Git-friendly AIST shards +
# vocab + manifest are tracked so binding repos can vendor without re-sharding.
/models/*
!/models/manifest.json
!/models/AIST-87M-GGUF/
/models/AIST-87M-GGUF/*
!/models/AIST-87M-GGUF/chunks/
/models/AIST-87M-GGUF/chunks/*
!/models/AIST-87M-GGUF/chunks/*.part-*
!/models/mdbr-leaf-ir/
/models/mdbr-leaf-ir/*
!/models/mdbr-leaf-ir/vocab.txt
*.dat
*.npy
# Third-party build artifacts (if building locally)
third_party/*/build/
third_party/*build/
build-ort/
third_party/*/.git/
poc/
# env.sh
build-otel/
build-*/
.venv*/
venv/
**/node_modules/
cache_dir/
# Benchmark artifacts
examples/benchmark/__pycache__/
examples/benchmark/audio_cache/
examples/benchmark/results/
examples/benchmark/mteb_results*.json
examples/benchmark/mteb_results*/
logs/
# Paper build outputs
docs/paper/_manuscript/_tex/
docs/paper/_manuscript/index.pdf
docs/paper/index.tex
# Local environment helpers
env.sh
conformance.report.md
compliance.report.md
update.md
validation.md
algorithms.docx
.cmake_targets.txt
.output.txt
index_headers.txt
0
# ── GSD baseline (auto-generated) ──
.gsd
*.code-workspace
.env
.env.*
!.env.example
node_modules/
.next/
dist/
.venv/
target/
vendor/
.cache/