-
Notifications
You must be signed in to change notification settings - Fork 235
/
.gitignore
111 lines (97 loc) · 1.3 KB
/
.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
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
*.class
*.log
# sbt specific
.cache
.history
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.bsp
# Scala-IDE specific
.scala_dependencies
.worksheet
.idea/
# emacs stuff
\#*\#
\.\#*
*~
sbt/*launch*.jar
# VSCode specific
.vscode
.history
# Metals
.metals
.bloop
metals.sbt
# python
*.pyc
.tox
.bsp
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# scala stuff
.metals
# native
*.o
*.so
*.so.0.0.0
*.so.0
# Spark files
*.tgz
iceberg-spark-runtime-*.jar
spark-*-bin-hadoop*/
# Warehouse
spark-warehouse/
warehouse/
metastore_db/
# Misc internal stuff
sql/*.sql.out
python/examples/*.py.out
data/fetched/*
spark_expectations_sample_rules.json
# more python
pyspark_venv.tar.gz
pyspark_venv/
# accel stuff
accelerators/*.jar
accelerators/arrow-datafusion-comet
# ignore gluten
gluten
gluten*.jar
spark-3*hadoop*/
spark-3*hadoop*.tgz
accelerators/incubator-gluten
# ignore the temporary myapp from the dockerbuild
myapp.tar
# ignore glutten
incubator-glutten/*
# ignore nested build file.
project/build.sbt
coursier
# Magic file we use for build tracking
oldhash
# ignore ipynb checkpoints
.ipynb_checkpoints/
# ignore accel
incubator-gluten/