add .gitignore

This commit is contained in:
Somdev Sangwan 2023-06-01 02:11:07 +05:30 committed by jmp909
parent c208ffa551
commit 8fd87ff897
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
core/__pycache__
core/processor_gfpgan.py
venv
inswapper_128.onnx

View File

@ -9,5 +9,5 @@ torch==2.0.1
onnxruntime-gpu==1.15.0
tensorflow==2.12.0
opennsfw2==0.10.2
protobuf==3.20.2
protobuf==3.20.3
tqdm==4.65.0