scaffold: project structure, config, Flask app factory, test fixtures

Made-with: Cursor
This commit is contained in:
cottongin
2026-04-06 14:53:49 -04:00
commit 88e359069d
9 changed files with 138 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
data/
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.pytest_cache/