forked from kubeflow/trainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 718 Bytes
/
.gitignore
File metadata and controls
41 lines (33 loc) · 718 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
# pkg and bin directories currently contain build artifacts
# only so we exclude them.
bin/
manifests/external-crds/
# IDEs
.vscode/
__debug_bin
.idea/
.DS_Store
.swp
*~
# Jupyter Notebooks.
**/.ipynb_checkpoints
# The default output for various artifacts (e.g. Jupyter Notebooks after Papermill execution).
artifacts
# Python cache files / packaging
__pycache__/
*.egg-info/
dist/
# Coverage
cover.out
# Helm
charts/kubeflow-trainer/charts/
charts/kubeflow-trainer/Chart.lock
*.tgz
# data_cache
pkg/data_cache/target
pkg/data_cache/test/target/
hack/data_cache/*.log
# pytorch examples
examples/pytorch/*/data
examples/pytorch/audio-classification/genres_original
examples/pytorch/audio-classification/output