From: Philipp Spitzer Date: Wed, 30 May 2018 22:05:54 +0000 (+0200) Subject: Ignore .pyc files. X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/6b38142e63218d9c11ad0f8bc5fdb831148af271 Ignore .pyc files. --- diff --git a/.gitignore b/.gitignore index 63e55d4..dd6ffeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ badesaison.csv -.swp +*.swp +*.pyc