-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy path.gitignore
More file actions
138 lines (128 loc) · 3.17 KB
/
Copy path.gitignore
File metadata and controls
138 lines (128 loc) · 3.17 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
.idea/
.kiro/
.cursor/
.claude/*
!.claude/skills/
!.claude/skills/*/
!.claude/skills/*/SKILL.md
!.claude/skills/*/references/
!.claude/skills/*/references/*.md
/CLAUDE.md
*.o
*.a
*.so
*.exe
*.lib
*.swp
*.fatbin
*.py
!pkg/iceberg/metadata/testdata/generate_golden_vectors.py
!optools/iceberg_external_runner.py
!optools/summarize_ut_setup.py
!optools/summarize_ut_slow_cases.py
!suites/scenarios/14_issue_regression/issue_25599_proxy_disconnect_cancel.py
!suites/scenarios/14_issue_regression/issue_25599_proxy_disconnect_cancel_test.py
!optools/mongodb_changed_files.py
!test/mongodb/compare_results.py
!test/mongodb/test_changes.py
!test/mongodb/test_compare_results.py
*.sh
!etc/launch-minio-local/tier-b/seed-nyc-tlc-iceberg.sh
!optools/jstfu_bvt.sh
bin/
y.go
*.output
**/.DS_Store
**/cover.out
.vscode
.env
config.env
*.iml
tags
coverage.txt
out.txt
logs/
test/iceberg/reports/
**/derby.log
**/metastore_db/
prometheus-local-data/
prometheus-data/
grafana-local-data/
grafana-data/
sdk_demo/
vendor/
/.proto-vendor/
gen_config
main
# the bare 'main' pattern above (a built binary) also matches Maven's
# src/main directory; re-include jstfu's source tree
!xtool/jstfu/src/main/
mo-tool
/mo-server
/mo-service
/mo-debug
cube*/
store/
mo-data/
mo-data-s2h3/
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
# Staged at the repo root by `make jieba-dict`, alongside `lib/` from thirdparties.
# Source-of-truth dict lives at pkg/monlp/tokenizer/dict and stays tracked.
/dict
# Stable CI-only Go module cache. Its absolute path participates in
# golangci-lint package cache keys, so producer and consumer jobs must not move
# it into per-job random directories.
/.sca-go-module-cache/
# Small CI-only fallback staged by the trusted SCA cache producer.
/.sca-onnx-runtime/
# 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
.agents/*
!.agents/skills/
!.agents/skills/*/
!.agents/skills/*/SKILL.md
!.agents/skills/*/references/
!.agents/skills/*/references/*.md
# jstfu (datastream server) build output
xtool/jstfu/target/
# written by optools/run_bvt.sh when it starts the datastream server
/jstfu.log
test/esqltvf/reports/
# kafka external table E2E reports (local artifacts)
test/kafkaexttab/reports/
# hnsw test byproducts: the usearch index files a test writes into the package
# directory. The tracked copies live in pkg/vectorindex/hnsw/resources/.
/pkg/vectorindex/hnsw[0-9].bin
/pkg/vectorindex/hnsw/apple