Initial Commit

This commit is contained in:
2018-03-26 19:41:04 +02:00
commit c57ccab039
4 changed files with 209 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
*.pyc
bin/*
lib/*
src/*
man/*
dist/*
docs/build/*
include/*
.Python
*egg*
share/*
.tox/*
build/*