jenbenarye commited on
Commit
3471c55
·
1 Parent(s): 056b95d

ignore models and datasets and wandb logs

Browse files
Files changed (1) hide show
  1. .gitignore +13 -1
.gitignore CHANGED
@@ -160,4 +160,16 @@ cython_debug/
160
  # and can be added to the global gitignore or merged into this file. For a more nuclear
161
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
  #.idea/
163
- user_feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  # and can be added to the global gitignore or merged into this file. For a more nuclear
161
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
  #.idea/
163
+ user_feedback
164
+
165
+
166
+ # Hugging Face cache
167
+ wandb/
168
+ .cache/
169
+ cached_*
170
+
171
+ # Hugging Face datasets
172
+ datasets/
173
+
174
+ # Hugging Face models
175
+ models/