Trigger redeploy
Some checks are pending
Auto Deploy Flask with Docker / deploy (push) Waiting to run
Some checks are pending
Auto Deploy Flask with Docker / deploy (push) Waiting to run
This commit is contained in:
parent
ce72158ecd
commit
5e0eda43b6
27
.dockerignore
Normal file
27
.dockerignore
Normal 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 don’t need them in the image
|
||||
tests/
|
||||
docs/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
|
||||
# Environment files (sometimes used locally)
|
||||
.env
|
||||
Loading…
x
Reference in New Issue
Block a user