Spaces:
Runtime error
Runtime error
Update .gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -146,7 +146,8 @@ raw
|
|
| 146 |
results
|
| 147 |
inference/chunks_temp.json
|
| 148 |
logs
|
| 149 |
-
|
|
|
|
| 150 |
configs/config.json
|
| 151 |
filelists/test.txt
|
| 152 |
filelists/train.txt
|
|
|
|
| 146 |
results
|
| 147 |
inference/chunks_temp.json
|
| 148 |
logs
|
| 149 |
+
*.pt
|
| 150 |
+
*.pth
|
| 151 |
configs/config.json
|
| 152 |
filelists/test.txt
|
| 153 |
filelists/train.txt
|