diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..32ef58a --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# IDE settings +.idea/ + +# Python cache +__pycache__/ + +# Model checkpoints +best_model_checkpoint.pt + +# Large data files +ukb_delphi.txt +ukb_real.bin