chore: Add .gitignore
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -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
|
Reference in New Issue
Block a user