From c43fdcf1ee45ecd112411f77b2519cbee9941b04 Mon Sep 17 00:00:00 2001 From: Alphara Date: Sun, 12 Feb 2023 01:15:54 +0200 Subject: initial migration of the project --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b6e4761..4ec1e79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +### custom ignores here +Images/* +images.npy + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -- cgit v1.2.3