chore: add .dockerignore for cleaner builds

This commit is contained in:
2025-12-29 20:47:29 -05:00
parent 24436ccc01
commit 906a6e3b80

12
.dockerignore Normal file
View File

@@ -0,0 +1,12 @@
.venv/
.git/
.gitignore
.env
__pycache__/
*.py[cod]
*.egg-info/
dist/
.pytest_cache/
tests/
docs/
*.md