first commit

This commit is contained in:
2019-11-29 09:02:10 +01:00
commit df999da117
6 changed files with 262 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# Backup and swap files
*~
*#
*.swp
*.pyc
__pycache__