-
Notifications
You must be signed in to change notification settings - Fork 855
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (77 loc) · 1.08 KB
/
.gitignore
File metadata and controls
91 lines (77 loc) · 1.08 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
# IntelliJ project files
**/.idea/*
# visual studio code files
.vscode
.windsurf
.dir-locals.el
.bash_history
.mysql_history
# Rust
target/
# OS related
### MacOS ###
.DS_Store
.AppleDouble
.LSOverride
# profile
flamegraph.*
perf.*
# tests
*.stderr
# Exception: frozen_api UI test golden files
!src/common/frozen_api/tests/ui/errors/*.stderr
*.stdout
*.out
*.err
*.error
*.swp
_local_fs/
**/_meta*/
stateless_test_data/
**/_logs*/
_data/
_databend_data/
_databend_meta/
_cache/
_tmp/
tls/certs/
.databend/
checksums.txt
distro/
dist/
test/
tests/longrun/_*.csv
tests/longrun/**/_*.csv
tests/sqllogictests/data/*
tests/nox/cache/*
# fuzz
hfuzz_target/
hfuzz_workspace/
# for tests in mac
*.stderr-e
*.stdout-e
tests/perfs/*-result.json
docker/build-tool/dev_setup.sh
docker/build-tool/rust-toolchain.toml
# python
venv/
*.pyc
.venv/
__pycache__/
.python-version
*.zip
!tests/data/ontime_200.csv.zip
*.profraw
# tpch data set
benchmark/tpch/data
# clickbench results
benchmark/clickbench/results
# direnv test files
.envrc
# lychee
.lycheecache
.claude
# tmp
tmp
# superpowers agent plan docs
docs/