This commit is contained in:
Swen Kooij
2016-10-21 11:04:09 +03:00

6
.gitiginore Normal file
View File

@@ -0,0 +1,6 @@
# Ignore virtual environments
env/
# Ignore Python byte code cache
*.pyc
__pycache__