-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (35 loc) · 763 Bytes
/
.gitignore
File metadata and controls
39 lines (35 loc) · 763 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
.DS_Store
__pycache__
.coverage*
*env/
htmlcov/*
*.yaml # use extension '.yml' to store test yaml and other yaml files that need to be checked in
data_ingestion_template.yaml
*.log
preprocess_feature.spec
tests/data_mock/
*.idea
# *.cfg # ignores setup.cfg
**dask-worker-space**
**/.ipynb_checkpoints
.venv
dist/
# docs
site/
# docker luna_tutorial
docker/luna_tutorial/vmount/PRO-12-123
docker/luna_tutorial/.dremio_port
docker/luna_tutorial/.dsa_port
docker/luna_tutorial/.jupyter_port
docker/luna_tutorial/.minio_api_port
docker/luna_tutorial/.minio_web_port
docker/luna_tutorial/vmount/.minio.sys
docker/luna_tutorial/vmount/assetstore
# conda smithy ci-skeleton start
*.pyc
build_artifacts
# conda smithy ci-skeleton end
# vim artifacts
*~
*.swp
*.swo