-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockerignore
58 lines (56 loc) · 964 Bytes
/
.dockerignore
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
# Include any files or directories that you don't want to be copied to your
# container here (e.g., local build artifacts, temporary files, etc.).
#
# For more help, visit the .dockerignore file reference guide at
# https://docs.docker.com/engine/reference/builder/#dockerignore-file
**/.DS_Store
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
**/.dvc
**/.pytest_cache
**/data
!/data/processed/datasets_processed/testing_data
!/data/processed/datasets_processed/testing_labels
**/deps
**/docs
**/log
**/mlruns
**/notebooks
**/references
**/reports
**/src.egg-info
**/tests
.dvcignore
.flake8
.pylintrc
dvc.lock
dvc.yaml
Makefile
pytest.ini
test_environments.py
tox.ini