Add basic Flask/Jinja setup and basic YAML config
This commit is contained in:
parent
c2d8d5af22
commit
657ee72ecb
4 changed files with 64 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -102,3 +102,6 @@ venv.bak/
|
|||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
|
||||
# PyCharm
|
||||
.idea
|
||||
|
|
Reference in a new issue