-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (40 loc) · 808 Bytes
/
.gitignore
File metadata and controls
41 lines (40 loc) · 808 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
venv/*
*venv*
__pycache__
*.egg-info*
*/__pycache__/*
.vscode
.vscode/*
*.py.*
*.pkl
*.swp
dist/*
*egg*
*DS_Store
*output*
*experiment*
*exp*
*_build*
*build*
debug.log
vips*
testing/data/*
testing/data_output/*
.coverage
testing/config_segmentation_temp.yaml
testing/failures.log
coverage.xml
mlcube/workspace/*
!.spelling/.spelling/expect.txt
!mlcube/workspace/config.yml
!mlcube/workspace/channelIDs.yml
tutorials/classification_medmnist_notebook/dataset/pathmnist
tutorials/classification_medmnist_notebook/medmnist/dataset/pathmnist
tutorials/classification_medmnist_notebook/output_stats
# Ingnore any ipynbcheckpoints anywhere
**/.ipynb_checkpoints/*
.jupyter_ystore.db
tutorials/classification_medmnist_notebook/model
tutorials/classification_medmnist_notebook/dataset/*.csv
testing/test_deploy
tmp