Spaces:
Runtime error
Runtime error
chore: update .gitignore to include additional inference logs directory
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -11,3 +11,4 @@ models/*
|
|
| 11 |
*.cpython-310.pyc
|
| 12 |
*/inference_logs/*
|
| 13 |
hf_inference_logs/*.json
|
|
|
|
|
|
| 11 |
*.cpython-310.pyc
|
| 12 |
*/inference_logs/*
|
| 13 |
hf_inference_logs/*.json
|
| 14 |
+
hf_inference_logs/*
|