summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..747ed08
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,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/