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