IsmatS commited on
Commit
66e49b9
·
1 Parent(s): 15b5b30

Ignore binary artifacts for Hugging Face

Browse files
Files changed (1) hide show
  1. .gitignore +13 -0
.gitignore CHANGED
@@ -162,3 +162,16 @@ cython_debug/
162
  # and can be added to the global gitignore or merged into this file. For a more nuclear
163
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
164
  #.idea/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  # and can be added to the global gitignore or merged into this file. For a more nuclear
163
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
164
  #.idea/
165
+
166
+ # HF (no-binary push): keep repos code-only
167
+ *.png
168
+ *.jpg
169
+ *.jpeg
170
+ *.pdf
171
+ *.heic
172
+ *.HEIC
173
+ *.parquet
174
+ charts/
175
+ static/
176
+ output/
177
+ favicon/