a | b/.gitignore | ||
---|---|---|---|
1 | venv/ |
||
2 | |||
3 | __pycache__/ |
||
4 | |||
5 | *.egg-info |
||
6 | |||
7 | *.ipynb |
||
8 | |||
9 | .idea/ |
||
10 | |||
11 | data/ |
||
12 | |||
13 | main/* |
||
14 | |||
15 | examples/* |
||
16 | !examples/viz.py |
||
17 | |||
18 | |||
19 | prescreen/vcare/* |
||
20 | !prescreen/vcare/biology.py |
||
21 | !prescreen/vcare/radiology.py |
||
22 | !prescreen/vcare/reports.py |
||
23 |