From 42d3ed813413eca8d26bb156d6b7c8b800713db3 Mon Sep 17 00:00:00 2001 From: Morten Gulden Date: Thu, 16 Feb 2023 10:44:18 +0100 Subject: [PATCH] ignore images so able to push to HF --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 20bb00d8a55..23502dc0d41 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ __pycache__ *.ckpt *.safetensors *.pth +*.jpg +*.png +*.gif /ESRGAN/* /SwinIR/* /repositories