cheenchan commited on
Commit
2c4b7f7
·
1 Parent(s): 2e88e30

Remove binary files for Hugging Face compatibility

Browse files
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore CHANGED
@@ -73,6 +73,13 @@ Thumbs.db
73
  *.ckpt
74
  *.safetensors
75
 
 
 
 
 
 
 
 
76
  # Temporary files
77
  *.tmp
78
  *.temp
 
73
  *.ckpt
74
  *.safetensors
75
 
76
+ # Image files
77
+ *.png
78
+ *.jpg
79
+ *.jpeg
80
+ *.gif
81
+ *.bmp
82
+
83
  # Temporary files
84
  *.tmp
85
  *.temp