diff --git a/.gitignore b/.gitignore index fcd0e4e..3e3b1d9 100644 --- a/.gitignore +++ b/.gitignore @@ -302,3 +302,6 @@ TSWLatexianTemp* # Ignore python environment from hackathon /hackathon/env/ + +#Ignore Python Byte code +*pyc