# The repo-root .gitignore has a broad `runs/` rule (for training/experiment
# output dirs). It also catches THIS toolkit's run-config directory, which is
# source config, not output. Re-include it for this subtree only.
!runs/
!runs/**

# Local secrets — the real HF_TOKEN / WANDB_API_KEY live here and must NEVER be
# committed (E3). Fill it from secrets.example.env and push it to a box with
# `./ops/remote.sh <box> push-secrets`. The .example.env template stays tracked.
secrets.local.env
