# Job outputs — written into the checkout at run time, never committed.
results/
logs/

# Large local caches. The provider runs `git clean -fd` WITHOUT -x before each
# job, so anything ignored here survives between runs on the same box. Put real
# datasets here; the smoke CSV below is deliberately small enough to commit.
datasets/
features/
models/
*.h5
*.ckpt
*.pt
*.pth

__pycache__/
*.py[cod]
.venv/
*.env

# Keys never enter the repo.
*.hek
