From 7e8d8d307bfe52b66c80bb10363583cc5e4f252a Mon Sep 17 00:00:00 2001 From: Jiarui Li Date: Fri, 17 Oct 2025 10:34:24 +0800 Subject: [PATCH] chore: Ignore small data files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 32ef58a..13cceec 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,8 @@ best_model_checkpoint.pt # Large data files ukb_delphi.txt ukb_real.bin + +# Small data files +fields.txt +icd10_codes_mod.tsv +labels.csv \ No newline at end of file