Create .dockerignore

This commit is contained in:
Matthew Lopez 2023-12-16 15:05:30 -05:00 committed by GitHub
parent a2d6a34d5a
commit 653acb3d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.dockerignore Normal file
View File

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