Update .gitignore

pull/295/head
Jason Kneen 2024-08-13 13:07:49 +01:00
parent 9879c982e4
commit fde8742720
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

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