Update .gitignore

pull/286/head
Jason Kneen 2024-08-13 13:07:49 +01:00
parent 2935187a4f
commit fb695b0208
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,7 +6,6 @@ __pycache__/
.todo .todo
*.log *.log
*.backup *.backup
.tf_env/
*.png *.png
*.mp4 *.mp4
@ -23,3 +22,5 @@ models/GFPGANv1.4.pth
*.onnx *.onnx
models/DMDNet.pth models/DMDNet.pth
.venv/ .venv/
tf_env/
.tf_env/