TG-103 Initial Flask app stucture

This commit is contained in:
2017-01-20 17:04:12 +01:00
parent ee571061e2
commit cdd13c4974
11 changed files with 426 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# Python cache
__pycache__/
*.py[cod]
# VirtualEnv
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
*.egg
pip-selfcheck.json
# sqLite
*.db
*.sqlite*
# Pycharm
.idea
# Tox
.tox
# Coverage
htmlcov/
.coverage
coverage.xml