From 9678ca7f2ab471f892d272743cc6c7ac8b8ef9e9 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Tue, 8 Nov 2022 12:10:13 -0800 Subject: [PATCH] ignore test files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86a5888..853f526 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ app/__pycache__/ app/util/__pycache__/ # output -output/ \ No newline at end of file +output/ + +# test +*test.py \ No newline at end of file