-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (40 loc) · 960 Bytes
/
.gitignore
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
# Boilerplate
__pycache__/
_archive/
_dev/
.idea/
build/
dev/
dist/
ignored/
*~$*
*.DS_Store
*.egg-info
*.swp
tags
MANIFEST
# Custom
/*.json
*/cache/*
!*/cache/.keep
/env/*
!/env/.env.example
.ipynb_checkpoints/
/venv/
*.ipynb
.DS_Store
backup/
# todo: why several variations of this pattern not working?
#combined/*.tsv
#!combined/.keep
#/*/combined/*.tsv
#!/*/combined/.keep
*/combined/*.tsv
!*/combined/.keep
combined/sssom_mappings_icd10cm.tsv
# These files are just too big. Could use git LFS, but will simply add in the releases for now:
content/icd10cm_snomed_from_omop/tsv/v4/sssom_mappings_icd10cm.tsv
content/icd10cm_snomed_from_omop/fhir/sssom_mappings_icd10cm.fhir.json
content/icd10cm_snomed_from_snomed_complex/fhir/icd_snomed_from_snomed_complex.sssom.fhir.json
content/icd10cm_snomed_from_snomed_complex/tsv/v1/icd_snomed_from_snomed_complex.sssom.tsv
content/icd10cm_snomed_from_snomed_complex/tsv/v2/icd_snomed_from_snomed_complex.sssom.tsv