Trigger redeploy
Some checks are pending
Auto Deploy Flask with Docker / deploy (push) Waiting to run

This commit is contained in:
annous246 2025-08-08 00:10:38 +01:00
parent ce72158ecd
commit 5e0eda43b6

27
.dockerignore Normal file
View File

@ -0,0 +1,27 @@
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Virtual environment folders
env/
venv/
# Git files
.git/
.gitignore
# Editor files
.vscode/
.idea/
# Tests and docs if you dont need them in the image
tests/
docs/
# OS files
.DS_Store
# Environment files (sometimes used locally)
.env