From 58a2a975fddc49f975d6703ff530f560a9bf7659 Mon Sep 17 00:00:00 2001 From: Garritt McCune Date: Thu, 3 Dec 2020 20:59:45 -0600 Subject: [PATCH] Ignore the test.py file I made. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 23b30b9..43aae8e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ __pycache__ *.txt *.csv .* +test.py