-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (72 loc) · 1.23 KB
/
.gitignore
File metadata and controls
76 lines (72 loc) · 1.23 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
.idea/
*.o
*.a
*.exe
*.lib
*.swp
*.fatbin
*.py
*.sh
bin/
y.go
*.output
**/.DS_Store
**/cover.out
.vscode
.env
config.env
*.iml
tags
coverage.txt
out.txt
logs/
prometheus-local-data/
prometheus-data/
grafana-local-data/
grafana-data/
sdk_demo/
vendor/
gen_config
main
mo-tool
/mo-server
/mo-service
/mo-debug
cube*/
store/
mo-data/
node-*-data/
pkg/catalog/test/
pkg/config/system_vars.go
pkg/config/system_vars_test.go
pkg/udf/pythonservice/pyserver/udf/
pkg/udf/pythonservice/pyserver/__pycache__/
path_to_file
tester-log/
ut-report/
**/scratch/
pkg/util/trace/impl/motrace/pprof/
**/.tmp.*
thirdparties/SimSIMD-*/*
thirdparties/StringZilla-*/*
thirdparties/fp16/*
thirdparties/install/*
thirdparties/usearch-*/*
**/lib
# bvt generate files
test/distributed/resources/into_outfile/outfile_*.csv
test/distributed/resources/into_outfile_2/outfile_*.csv
test/distributed/resources/json/export_*.csv
/protobuf/
# docker compose bvt generate files
docker-compose-log/
# docker-multi-cn-local-disk generated configuration files
etc/docker-multi-cn-local-disk/*.toml
!etc/docker-multi-cn-local-disk/launch.toml
# Allow Python SDK files
!clients/python/matrixone/**/*.py
!clients/python/tests/**/*.py
!clients/python/examples/**/*.py
# python
**/__pycache__/
*.pyc