-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (48 loc) · 899 Bytes
/
.gitignore
File metadata and controls
62 lines (48 loc) · 899 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
target/
local/
.mvn/wrapper/maven-wrapper.jar
.java-version
.bob/
dataset_
**/local_datasets/**
### Bench caches
pq_cache/
index_cache/
dataset_cache/
### Data catalogs
jvector-examples/yaml-configs/dataset-catalogs/*.yaml
jvector-examples/yaml-configs/dataset-catalogs/*.yml
!jvector-examples/yaml-configs/dataset-catalogs/public-catalog.yaml
jvector-examples/yaml-configs/dataset-catalogs/.catalog-cache/
### Logging (or whatever you use)
logging/
### JVM crashes
hs_err_pid*
replay_pid*
### IntelliJ IDEA ###
.idea
*.iml
### Eclipse/JDTLS ###
.settings/
.classpath
.project
.factorypath
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
**/.flattened-pom.xml
fvec/
hdf5/
### Native libraries/objects
*.so
*.o
### asdf (or other version managers)
.tool-versions
### aider
.aider*
# JMH generated files
dependency-reduced-pom.xml
results.csv
**/datasets/custom/**
**/dataset_cache/**