[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:
+12
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user