Add .gitignore

This commit is contained in:
Martin Müller 2017-07-14 14:32:10 +02:00
parent b909323330
commit ed62963858

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Vim
*~
*.swp
*.swo
# Python
*.pyc
# Project specific files
config.py