diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 | 
1 files changed, 6 insertions, 4 deletions
| @@ -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 | 
