chore: ignore out/ directory (training run artifacts)

Local training runs write to ./out/ by default (e.g. .checkpoint.json
from soup train). Add it to the existing training-outputs gitignore
block alongside output/ and checkpoints/.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alpamys 2026-05-14 00:33:16 +05:00
parent 53bb82afeb
commit 13ffc89058
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ Thumbs.db
# Training outputs
output/
out/
checkpoints/
wandb/