mjschock commited on
Commit
8a3e582
·
unverified ·
1 Parent(s): aa6b654

Update .gitignore to exclude log files, enhancing project cleanliness and preventing unnecessary file tracking.

Browse files
Files changed (1) hide show
  1. .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__