Add .dockerignore to slim build context

This commit is contained in:
Jarian Cottingham 2026-08-20 23:04:28 +00:00
parent a69c40bc84
commit cc401011f7

9
.dockerignore Normal file
View File

@ -0,0 +1,9 @@
.git
data/
tests/
__pycache__/
*.pyc
.pytest_cache/
*.egg-info/
.env
.venv/