From c1a6da94fe94aa19d0c0c8e079d6aa95a299a94f Mon Sep 17 00:00:00 2001 From: Matthew Poletiek Date: Sat, 12 Dec 2020 07:59:15 -0600 Subject: Updating GitIgnore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d4c19df..bc3f28c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ +# Precompiled stuff and misc leftover from original project **/*.pyc **/*.orig **/*.rej **/*.mo **/*.pot + +# Test results .pytest_cache .tox -- cgit v1.2.3