chore: scaffold initial project structure with FastAPI app, SQLite DB, and Jinja2 templates

This commit is contained in:
2025-10-02 19:17:36 +00:00
commit 93e1c282aa
16 changed files with 3281 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
*.db-shm
*.db
*.db-wal
__pycache__