a | b/.gitignore | ||
---|---|---|---|
1 | # Byte-compiled / optimized / DLL files |
||
2 | __pycache__/ |
||
3 | *.py[cod] |
||
4 | *$py.class |
||
5 | /rule_based_ner/__pycache__/ |
||
6 | /biobert_re/__pycache/ |
||
7 | /biobert_ner/__pycache__/ |
||
8 | |||
9 | # Flask stuff: |
||
10 | instance/ |
||
11 | .webassets-cache |
||
12 | |||
13 | # Jupyter Notebook |
||
14 | .ipynb_checkpoints |
||
15 | |||
16 | # Spyder project settings |
||
17 | .spyderproject |
||
18 | .spyproject |
||
19 | |||
20 | # Data files |
||
21 | data/ |
||
22 | sample_ehr/ |
||
23 | processed_data/ |
||
24 | reports/ |
||
25 | biobert_ner/dataset*/ |
||
26 | biobert_ner/output*/ |
||
27 | bilstm-crf_ner/results/ |
||
28 | bilstm_crf_ner/output*/ |
||
29 | dataset/ |
||
30 | biobert_re/dataset*/ |
||
31 | biobert_re/output*/ |
||
32 | biobert_re/runs/ |
||
33 | ade_corpus/ |
||
34 | test_data/ |
||
35 | runs/ |
||
36 | results/ |
||
37 | notebooks/ |
||
38 | predicted_annotations/ |
||
39 | |||
40 | # IntelliJ files |
||
41 | /annotating-ehr.iml |
||
42 | /.idea/ |
||
43 | |||
44 | # Scratch files |
||
45 | Scratch.ipynb |
||
46 | Scrap.ipynb |
||
47 | Untitled*.ipynb |
||
48 | |||
49 | # Deployment files |
||
50 | /.gcloudignore |