-
Notifications
You must be signed in to change notification settings - Fork 714
Expand file tree
/
Copy path.gitignore
More file actions
153 lines (122 loc) · 1.63 KB
/
.gitignore
File metadata and controls
153 lines (122 loc) · 1.63 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Editor temporary/working/backup files
.#*
*\#*\#
[#]*#
*~
*$
*.bak
*flymake*
*.kdev4
*.log
*.swp
*.swo
*.pdb
.idea
.vscode
# Compiled source
*.a
*.dll
*.o
*.py[ocd]
*.so
.build_cache_dir
MANIFEST
# Generated sources
*.c
*.cpp
*.cmake
# Python files
# setup.py working directory
build
# setup.py dist directory
dist
# Egg metadata
*.egg-info
# coverage
.coverage
coverage.xml
# Environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.env.local
# OS generated files
.directory
.gdb_history
.DS_Store?
Icon?
# documentation files
*.org
# Ibis testing data
ci/ibis-testing-data*
ci/ibis_testing.db
# UDF testing generated files
ci/udf/CMakeCache.txt
ci/udf/CMakeFiles/
ci/udf/Makefile
.cache/
# test data
scripts/ibis-testing*
ibis_testing*
.tox/
.ipynb_checkpoints/
.pytest_cache
.mypy_cache
# nix generated files
.direnv
result
result-*
.benchmarks
# tutorial data
geography.db
geography.duckdb
# build artifacts
ci/udf/.ninja_deps
ci/udf/.ninja_log
ci/udf/build.ninja
# coverage
junit.xml
# spark generated files
spark-warehouse
metastore_db
# bytecode
__pycache__
# ctags
tags
# macos junk
.DS_Store
# profiling data
prof/
# hypothesis generated files
.hypothesis
# r junk
.RData
.Rhistory
# coverage files
.coverage*
# quarto generated files
.local
# lang server generated
.null-ls*
# generated examples data
ibis/examples/data
ibis/examples/descriptions
# chat
*zuliprc*
# automatically generated odbc file for ci
ci/odbc/odbc.ini
*-citibike-tripdata.tar.xz
# pixi environment directory
.pixi
# jupyterlite stuff
.jupyterlite.doit.db
jupyter_lite_config.json
*.quarto_ipynb
# pixi environments
.pixi
*.egg-info
warehouse
penguins.csv