summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 831bee7a2f50ab92c75d291c095295c8a26348c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/