From 9fc23c43d79c62523112eb0e8955e639d49ce2b6 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Sat, 17 Nov 2018 22:44:50 +0100 Subject: [PATCH] ignore python files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 67897dc..6b04208 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ SL*_* *.gws .* tests* +*.py +*.pyc