Add reference image generation script and .env to gitignore

generate_references.py automates generating pure-black and pure-white
reference images via the Gemini API at multiple aspect ratios (9:16, 4:3).
Includes rate-limit retry logic and per-resolution output directories.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ben Ren
2026-04-10 05:36:42 +00:00
parent d8afdfd95c
commit 52133eadde
2 changed files with 187 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@ Thumbs.db
*.pkl
!artifacts/codebook/*.pkl
# Secrets
.env
# Temporary
*.tmp
*.log