Add basic gitignore

Change-Id: I95cded6647184fde963826bcf6be3f4e87c3e767
This commit is contained in:
Thomas Bechtold 2015-12-07 07:25:06 +01:00
parent 9906003b78
commit a855a03529
1 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.mo
*.pyc
*.sqlite
*.swp
*~
.coverage
.testrepository
.tox
.venv
AUTHORS