Start rewrite (yet again)

This will hopefully be the final rewrite.
This commit is contained in:
Joscha 2019-04-06 09:02:09 +00:00
parent 5e108fd31b
commit a5af01f669
19 changed files with 455 additions and 1344 deletions

14
.gitignore vendored
View file

@ -1,2 +1,12 @@
**/__pycache__/
*.cookie
# python stuff
*/__pycache__/
# venv stuff
bin/
include/
lib/
lib64
pyvenv.cfg
# mypy stuff
.mypy_cache/