From 6fe8a3228e3170600b68d9b19e3b8f07e51222fe Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 26 Feb 2023 02:50:33 +0200 Subject: massive changes in the pipeline and ease of use --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4ec1e79..b25872c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ ### custom ignores here -Images/* -images.npy +weights/*.pth +Images/personal/ +Output/*.png +*.npy +todo # Byte-compiled / optimized / DLL files __pycache__/ -- cgit v1.2.3