Compare commits

..

2 Commits

2 changed files with 7 additions and 0 deletions

4
.flaskenv.example Normal file
View File

@ -0,0 +1,4 @@
# use this when developing locally with `flask run`
FLASK_APP=todo.py
FLASK_RUN_HOST="some_host_name"
FLASK_DEBUG="true"

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.env
.flaskenv
__pycache__/