38 lines
405 B
Plaintext
38 lines
405 B
Plaintext
# 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/
|