forked from unitycatalog/unitycatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (42 loc) · 678 Bytes
/
.gitignore
File metadata and controls
49 lines (42 loc) · 678 Bytes
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
etc/db/h2db.mv.db
etc/db/h2db.trace.db
target/
# Intellij IDEA files
.idea/
*.iml
.bsp/
etc/logs/
api/.openapi-generator
build/sbt-launch-*
venv
uc_docs_venv
.venv
.DS_Store
server_pid.txt
site
python_engine.log
.python-version
.java-version
# Signing keys and access tokens
etc/conf/certs.json
etc/conf/*.txt
etc/conf/*.der
connectors/spark/etc/conf/certs.json
connectors/spark/etc/conf/*.txt
connectors/spark/etc/conf/*.der
integration-tests/etc/conf/certs.json
integration-tests/etc/conf/*.txt
integration-tests/etc/conf/*.der
# test
.pytest_cache/
mlruns/
# Byte-compiled files
__pycache__
*.pyc
# Editor files
*.vscode
.metals/
# packaging
dist/
*.egg-info/
Pipfile