feat: initial postcard manager - FastAPI + Jinja2 + SQLite

This commit is contained in:
2026-07-05 16:06:03 +08:00
commit 0eca60300f
24 files changed
+1304

No files matched your search

+7
View File
@@ -0,0 +1,7 @@
.venv/
__pycache__/
*.pyc
uploads/*
!uploads/.gitkeep
*.db
.env