Create .dockerignore

This commit is contained in:
Matthew Lopez
2023-12-16 15:05:30 -05:00
committed by GitHub
parent a2d6a34d5a
commit 653acb3d01

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
# Git and GitHub files
/.git/
/.github/
# Local Python environment
/venv/
*__pycache__*