Spaces:
Build error
Build error
Update .gitignore to exclude log files, enhancing project cleanliness and preventing unnecessary file tracking.
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
.env
|
|
|
2 |
lora_model
|
3 |
outputs
|
4 |
__pycache__
|
|
|
1 |
.env
|
2 |
+
logs
|
3 |
lora_model
|
4 |
outputs
|
5 |
__pycache__
|