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