feat/flask: Small fixes and maintenance

- Fixed encoding error when reading locale.ini
- Added redirect from "/" route to "/en" route
- Added ifmain to app.py to fix Flask console error
- Added .gitignore for Flask
- Added requirements.txt

[feat/flask] Small infrastructure fixes

- Added Dockerfile and .env in .gitignore (just in case)
- Sorted .gitignore
- Removed Flask dependencies from requirements.txt
This commit is contained in:
2025-12-27 22:48:27 +03:00
committed by Sweetbread
parent fb0d1c2199
commit 9a22083ff9
3 changed files with 32 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
Flask==3.1.0