Initial DeepHealthExpo next-token codebase
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Training outputs
|
||||
runs/
|
||||
outputs/
|
||||
checkpoints/
|
||||
*.pt
|
||||
*.pth
|
||||
|
||||
# Large/local data
|
||||
ukb_*_data.npy
|
||||
ukb_event_data.npy
|
||||
ukb_other_info.npy
|
||||
ukb_data.csv
|
||||
ukb_basic_info.csv
|
||||
ukb_train_eid.csv
|
||||
ukb_val_eid.csv
|
||||
ukb_test_eid.csv
|
||||
UKB_*.csv
|
||||
cate_types.csv
|
||||
*.parquet
|
||||
|
||||
# OS/editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user