feat: add dev and prod deployment scaffolding

This commit is contained in:
Md Bayazid Bostame
2026-03-28 20:45:07 +01:00
parent 3c0073142f
commit 2b9b46bd15
13 changed files with 420 additions and 1 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,9 @@ __pycache__/
.env
.env.*
!.env.example
!.env.dev.example
!.env.test.example
!.env.prod.example
.venv/
venv/
db.sqlite3