deployment-test/.dockerignore
annous246 5e0eda43b6
Some checks are pending
Auto Deploy Flask with Docker / deploy (push) Waiting to run
Trigger redeploy
2025-08-08 00:10:38 +01:00

28 lines
298 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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