From 8604e469fdec4c484780937cd1737b40c0ad3d4b Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Mon, 26 Sep 2022 10:30:39 -0500 Subject: Update .gitignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 57fa2506..653b9d05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ __pycache__ -/ESRGAN +*.ckpt +*.pth +/ESRGAN/ +/SwinIR/ +/ESRGAN/* +/SwinIR/* /repositories /venv /tmp /model.ckpt /models/**/* -/models/*.ckpt -/GFPGANv1.3.pth -/gfpgan/weights/*.pth /ui-config.json /outputs /config.json -- cgit v1.2.1