-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (53 loc) · 1.36 KB
/
Copy path.gitignore
File metadata and controls
68 lines (53 loc) · 1.36 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.DS_Store
.env
.env*
.env.*
!.env.example
!.env.test
.venv/
__pycache__/
*.py[cod]
.coverage
.coverage.*
.tox/
.ruff_cache/
htmlcov/
# Released binary (download from Synthea GitHub releases)
synthea-with-dependencies.jar
# Local datasets — default: not versioned (use .gitkeep placeholders)
data/*
!data/**/.gitkeep
data/raw/synthea/
data/staging/**/*.parquet
data/staging/AGBonnet__augmented-clinical-notes/train.jsonl
# OHDSI Athena: keep extracted vocabulary CSVs offline; ignore bulk zips + duplicate unpack trees
data/snomed_icd10/**/*.zip
data/snomed_icd10/vocabulary_download_v5_*/
data/snomed_icd10_icd10cm/
data/raw/snomed_icd10cm/
data/snomed_icd10/vocabulary/*.csv
# Tooling caches
**/.hf_home/
**/xet/logs/
data_prep/.venv/
data_prep/.hf_home/
corpus_pipelines/agbonnet_hf_clinical_notes/*
!corpus_pipelines/agbonnet_hf_clinical_notes/README.md
!corpus_pipelines/agbonnet_hf_clinical_notes/requirements.txt
!corpus_pipelines/agbonnet_hf_clinical_notes/scripts/
!corpus_pipelines/agbonnet_hf_clinical_notes/scripts/*.py
corpus_pipelines/agbonnet_hf_clinical_notes/scripts/__pycache__/
lakehouse/.venv/
lakehouse/.hf_home/
backend/.venv/
evals/results/
# Python editable-install metadata
*.egg-info/
# Cursor IDE local metadata
.cursor/
.cursor/*
# Frontend / Playwright artifacts
frontend/test-results/
frontend/playwright-report/
# MkDocs build output
/site/