Files
ryan fd0273f9dd Add an encrypted variant: smoke_enc.hdb decrypted to tmpfs
Exercises the pass-2 path end to end — key lookup, decrypt into tmpfs rather
than the on-disk cache, results written into tmpfs and returned as an encrypted
.hrb the server stores without a key. The .hek stays out of the repo.
2026-08-15 10:29:53 +02:00

23 lines
450 B
Plaintext

# 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