model as per sheet variable imort route call

This commit is contained in:
2025-12-19 17:53:45 +05:30
parent 51088975d3
commit 18a402edd4
8 changed files with 144 additions and 49 deletions

15
.gitignore vendored
View File

@@ -1,11 +1,20 @@
# Python
app/__pycache__/
*.pyc
*.pyo
*.pyd
# Ingnor upload files
app/static/uploads/
# Ignore files
venv
# Ignore Log files
logs
# Ignore Log files ss
logs/
# Ignore db folders
instance
instance/
*.__pycache__