ndc8
commited on
Commit
·
385d87b
1
Parent(s):
e6598e6
Ignore Hugging Face cache directory
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -81,3 +81,6 @@ Thumbs.db
|
|
| 81 |
# Logs
|
| 82 |
*.log
|
| 83 |
logs/
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
# Logs
|
| 82 |
*.log
|
| 83 |
logs/
|
| 84 |
+
|
| 85 |
+
# Hugging Face cache directory
|
| 86 |
+
.hf_cache/
|