sushilideaclan01 commited on
Commit
278035a
·
1 Parent(s): 5dabb73

Ignore creativity_examples images for HF (binary push rejected); keep folder via .gitkeep

Browse files
.gitignore CHANGED
@@ -23,3 +23,9 @@ build/
23
 
24
  # Temporary reference uploads (deleted after use; do not push binaries to HF)
25
  backend/reference_uploads/
 
 
 
 
 
 
 
23
 
24
  # Temporary reference uploads (deleted after use; do not push binaries to HF)
25
  backend/reference_uploads/
26
+
27
+ # Creativity example images (binary; add locally or use CREATIVITY_EXAMPLES_DIR; HF rejects binary push)
28
+ backend/data/creativity_examples/*.png
29
+ backend/data/creativity_examples/*.jpg
30
+ backend/data/creativity_examples/*.jpeg
31
+ backend/data/creativity_examples/*.webp
backend/data/creativity_examples/.gitkeep ADDED
@@ -0,0 +1 @@
 
 
1
+ # Add .png, .jpg, .jpeg, or .webp here for creative reference images (not pushed to HF).