forked from mlrun/mlrun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (40 loc) · 847 Bytes
/
.gitignore
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
*.pyc
.aws-secrets
.idea/
.ipynb_checkpoints
.pytest_cache/
.vscode/
.bin
build
chart
chart.html
dask-worker-space
dask-worker-space/
dataset.csv
dist
Dockerfile.mlrun-test-nb
docs/_build
docs/external/*.html
docs/external/*.md
iteration_results.csv
mlrun.egg-info/
model.txt
result*.html
tests/test_results/
tests/temp*
tests/*.pkl
tests/project.yaml
*venv*
mlrun/utils/version/version.json
mlrun/api/migrations_sqlite/mlrun.db
tests/system/env.yml
# pyenv file for working with several python versions
.python-version
*.bak
docs/contributing.md
mlrun/api/proto/*pb2*.py
docs/tutorial/colab/01-mlrun-basics-colab.ipynb
# used for local development.
# e.g., when developing for mlrun api, you may use this env to preset envvars.
# then, when running the api, just feed it with "MLRUN_DEFAULT_ENV_FILE=<absolute-path-to-this-file>"
hack/mlrun.env