Set up the bones of a Flask app with configuration

This commit is contained in:
Campbell Alden 2026-07-30 22:45:25 +09:00
parent 0909fd7e99
commit a7fdd6cbd0
7 changed files with 131 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.pyc
__pycache__/*
.env
config.json
result
todo.md