-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (47 loc) · 741 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (47 loc) · 741 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
# Ignore project files
**/.idea
**/.DS_Store
**/.vscode
# Ignore cache
**/__pycache__
**/*.pyc
# Ignore egg files
**/*.egg-info
# Ignore tensorflow logs
**/tf_log
# Ignore results
**/pik_data
# Ignore test_data
**/test_data
**/testing_data
**/sample_data
**/test_results
# Ignore images
**/model_imgs
# Ignore data visualization scripts/images
**/data_visualization
**/OAI-iMorphics
# temp files
._*
# ignore checkpoint files
**/.ipynb_checkpoints/
#ignore cross validation files
*.cv
# ignore notebooks (for now)
**/notebooks
*.ipynb
# slurm files
slurm*.out
# coverage files
.coverage
coverage.xml
# settings dir
**/.settings
# build files
build/
**/dist
*.spec
# Generated docs
docs/source/apidocs/generated
# temp
**/temp