a | b/.gitignore | ||
---|---|---|---|
1 | .ipynb_checkpoints |
||
2 | __pycache__ |
||
3 | tmpignore |
||
4 | build |
||
5 | dist |
||
6 | *.egg-info |
||
7 | |||
8 | *.gzip |
||
9 | zip.ipynb |
||
10 | paper.old |
||
11 | |||
12 | |||
13 | |||
14 | #ignore model files, too large |
||
15 | *.h5 |
||
16 | *.est |
||
17 | */images/*.html |
||
18 | |||
19 | #*.html |
||
20 | *.xlsx |
||
21 | *.mp |
||
22 | *.svg |
||
23 | |||
24 | |||
25 | |||
26 | #ignore large mp object |
||
27 | CRC_stage.mp |
||
28 | pan-cancer.mp |
||
29 | |||
30 | # ignore the frames file that generate video |
||
31 | frames |
||
32 | |||
33 | |||
34 | */.ipynb_checkpoints/* |
||
35 | */__pycache__/* |
||
36 | */tempignore/* |
||
37 | |||
38 | */org_paper/* |
||
39 | |||
40 |