blob: 747ed0857b1afb958a9493f4113b443ea071ea35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Feature caches and model checkpoints: regenerable, gigabytes.
*.pt
artifacts/**/images/
artifacts/**/images64/
# Generated corpora: regenerable from the generator with the recorded seed.
artifacts/synth_v*/captions.json
artifacts/synth_v*/scenes.private.json
artifacts/synth_v*/interventions.private.json
# Local machinery.
__pycache__/
*.py[cod]
.pytest_cache/
.claude/
|