39 lines
604 B
Plaintext
39 lines
604 B
Plaintext
# Runtime outputs and experiment artifacts inside the four workflow folders
|
|
model_building/generated_models/
|
|
model_training/checkpoints/
|
|
evaluation_reporting/outputs/
|
|
evaluation_reporting/reports/
|
|
dataset_building/generated/
|
|
*/logs/
|
|
logs/
|
|
|
|
# Large model/data artifacts
|
|
*.safetensors
|
|
*.bin
|
|
*.pt
|
|
*.pth
|
|
*.ckpt
|
|
*.npy
|
|
*.npz
|
|
*.arrow
|
|
*.parquet
|
|
*.jsonl.gz
|
|
*.pkl
|
|
*.pickle
|
|
|
|
# Caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
.cache/
|
|
.hf_cache/
|
|
wandb/
|
|
|
|
# Local/editor noise
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Retained local artifacts: keep on disk, never commit
|
|
model_training/retained_training_logs/
|
|
evaluation_reporting/retained_reports/
|