[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-03-25 12:58:30 +02:00
parent 4a220140f9
commit ab629e3709
2 changed files with 12 additions and 8 deletions
+12 -1
View File
@@ -1,10 +1,21 @@
# Editors
.idea/
.vscode/
# Python
.venv*/
venv*/
__pycache__/
dist/
# Unit tests
.coverage*
htmlcov/
.tox/
docs/_build/
# Docs
docs/_build/
# Our's
Dockerfile
.env
-7
View File
@@ -1,8 +1 @@
blinker==1.9.0
click==8.1.8
colorama==0.4.6
Flask==3.1.0
itsdangerous==2.2.0
Jinja2==3.1.6
MarkupSafe==3.0.2
Werkzeug==3.1.3