From 58a2a0c21848f7646d5a84a4c2c0bf2979923d90 Mon Sep 17 00:00:00 2001 From: superdimensional Date: Wed, 5 May 2021 02:51:18 -0400 Subject: [PATCH] ignore test files and folders --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc5c72f..5d325ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ __pycache__/ -test.py +test* main.py -res/*png~ \ No newline at end of file +res/*png~