diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..831bee7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Generated / heavy artifacts — never commit +checkpoints/ +*/checkpoints/ +wandb/ +*/wandb/ +outputs/ +*/outputs/ +__pycache__/ +*.pyc +*.pt +*.ckpt +*.npz +*.png +*.pdf +*.zip +*.tar.gz +*.log +.codex/ + +# keep the small maze dataset (clone-and-run); ignore any other large datasets +/data/* +!/data/maze-30x30-hard-1k/ +# ignore the rebuildable sudoku set if it ever lands here +/data/sudoku-extreme-1k-aug-1000/ |
