-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
48 lines (40 loc) · 920 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
# Adding something new? It's probably good to add to .dockerignore too.
.DS_Store
.pre-commit-config.yaml
# Cargo target directories.
/*target
/result
glaredb_image
pgsrv_image
# Downloaded artifacts from GCS
gcs-artifacts/
# Prepared sqlite database
testdata/sqllogictests_sqlite/data/db.sqlite3
# Prepared pyiceberg database
testdata/iceberg/pyiceberg*
# Pyiceberg dataset
testdata/iceberg/source_data/yellow_tripdata_2023-01.parquet
# Outputs from cargo flamegraph
flamegraph.svg
# Benchmark artifacts
benchmarks/artifacts/
# Deps downloaded from external sources
/deps
# Editor specific stuff
.vscode/
.helix/
# Spark jar for iceberg data generation
*.jar
# javascript examples
node_modules
# Python virtual environment
.venv/
__pycache__
# Benchmark data
bench_data/
# Logs
*.log
# dbt compiled models
tests/fixtures/dbt_project/target/
tests/fixtures/dbt_project/.user.yml
tests/fixtures/dbt_project/logs/