Added basic framework

This commit is contained in:
jef 2020-08-08 09:19:09 +02:00
commit 2f9d1a75a0
12 changed files with 211 additions and 0 deletions

25
.gitignore vendored Executable file
View file

@ -0,0 +1,25 @@
# Python venv
# Change this manually if you've changed your venv name
venv/
# Python built packages
dist/
# Docs output
docs/build
# Caches
__pycache__/
.pytest_cache/
*.pyc
# IDEs
.idea/
.vim/
*.swp
# Environment variables file
.env
# Ctags file
tags