forked from vearch/vearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (47 loc) · 842 Bytes
/
.gitignore
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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.DS_Store
*.swp
vearch.iml
.idea/
.vscode/
__pycache__/
err.log*
# Test binary, build with `go test -c`
*.test
test/grpc_client.go
test/.pytest_cache/
test/sift*
test/datasets
go.work
go.work.sum
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
engine/build/
build/bin/
build/lib/
build/run.sh
cloud/env/app/
cloud/config.toml
#skip some test file
plugin/model/yolov3.weights
plugin/src/log/
build/gamma_build/
cloud/compile/bin/
cloud/compile/lib/
#skip python sdk
sdk/python/build
sdk/python/dist
sdk/python/vearch_cluster.egg-info
sdk/python/pyvearch.egg-info
sdk/python/*.whl
#skip engine
engine/third_party/faiss-1.7.1
engine/sdk/python/demos/files/
engine/sdk/python/demos/logs/
#skip examples
examples/golang/basic_usage/basic_usage