ci: add docker ignore

This commit is contained in:
Cipher 2025-08-26 10:39:00 -05:00
parent 4e5531be7c
commit 572a0fe686

9
.dockerignore Normal file
View file

@ -0,0 +1,9 @@
.git
__pycache__/
*.py[cod]
*.log
.env
venv/
.venv/
dist/
build/