Add basic Flask/Jinja setup and basic YAML config

This commit is contained in:
132ikl 2019-02-21 15:59:21 -05:00
parent c2d8d5af22
commit 657ee72ecb
4 changed files with 64 additions and 0 deletions

3
.gitignore vendored
View file

@ -102,3 +102,6 @@ venv.bak/
# mypy
.mypy_cache/
# PyCharm
.idea