-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (77 loc) · 1.16 KB
/
Copy path.gitignore
File metadata and controls
85 lines (77 loc) · 1.16 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
.gitignore
build/
build-cmake/
build_warnings/
build-audit/
build-fix/
build-san-test/
build-win/
build-win-cmake/
build-win-test/
# CMake artifacts in source root
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
install_manifest.txt
# Compiled objects and libraries
*.o
*.a
*.so
*.dylib
# Editor/IDE artifacts
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Runtime data/artifacts
snapshots/
blog/
*.wal
*.db
*.db.*
*.bin
*.gv
*.gvdb
*.ivfdisk/
gv_posting_*/
gv_fuzz_*
gv_dst_*
gv_fault_*
gv_live_*
gv_grpc_ivf_*
gv_vis_dst_*
oom-*
diskann_data.bin
crash-*
leak-*
timeout-*
slow-unit-*
tmp_test_*.bin
tmp_test_*.bin.wal
tmp_mmap_test.bin*
test_*_save.db*
test_*_save.db.wal
test_flat_save.db*
test_memory_llm.db*
test_pq_save.db*
# Python artifacts
__pycache__/
*.py[cod]
python/src/gigavector/__pycache__/
python/src/gigavector/dashboard/__pycache__/
python/src/gigavector.egg-info/
python/dist/
python/build/
# Native artifacts copied into Python package during local builds
python/src/gigavector/libGigaVector.so
python/src/gigavector/libGigaVector.a
# Frontend artifacts
website/node_modules/
website/.npm-cache/
website/dist/
blog/
.build/
docs/
test_gigavector.py