changes of db config add .env file and rename of ex_formate.html to file_formate.html

This commit is contained in:
2026-01-10 13:05:13 +05:30
parent 54f3d16b57
commit 5afe8e7096
7 changed files with 126 additions and 19 deletions

4
.gitignore vendored
View File

@@ -3,11 +3,12 @@ app/__pycache__/
*.pyc
*.pyo
*.pyd
*.__pycache__
# Ingnor upload files
app/static/uploads/
# Ignore files
# Ignore env files
venv
# Ignore Log files ss
@@ -17,4 +18,3 @@ logs/
instance/
*.__pycache__