forked from mlrun/mlrun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
66 lines (55 loc) · 907 Bytes
/
.dockerignore
File metadata and controls
66 lines (55 loc) · 907 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Git
.git
.git-blame-ignore-revs
.gitignore
# Pytest
.pytest_cache
.hypothesis
# Lint
.import_linter_cache
.ruff_cache
# Build
.build/
build/
mlrun.egg-info
# CI
.circleci
.github
# MacOS
**/.DS_Store
# PyCharm / Development
.idea
.run
playground/
# Virtual environment
.venv*/
*venv*/
# Byte-compiled / optimized / DLL files
**/__pycache__/
**/*.py[cod]
# Configuration / Secret files
kubeconfig*
**/*.coverage
**/.aws-secrets
**/credentials.txt
**/credentials.json
**/test-alibaba-oss.yml
**/test-azure-blob.yml
**/test-aws-s3.yml
**/test-google-cloud-storage.yml
**/test-dbfs-store.yml
**/test-redis.yml
**/test-openai.yml
**/test-huggingface.yml
**/tests
**/env.yml
**/patch[_\-]env.yml
**/mlrun.env
**/google-big-query-credentials.json
# this is just a template
!dockerfiles/jupyter/mlrun.env
**/hack/*.env
# Coverage reports
*.coverage
**/coverage_reports/*.xml
**/coverage_reports/*.html