init: Flask CRUD app v1.0.0 — same design as Lucee, PG params, CREATE IF NOT EXISTS

This commit is contained in:
2026-07-20 10:46:20 +04:00
commit 13b7a41a02
7 changed files with 430 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.env
*.egg-info/
dist/
*.log
.DS_Store
.idea/
.vscode/