# Keep the build context small. The HF model cache lives at # /opt/stacks/doctate-canary/models/ on Minerva — without this exclude, # `docker build` ships ~6 GB to the daemon on every run. models/ # Not needed inside the image. deploy.sh *.md .git/ .gitignore # Python local artifacts. __pycache__/ *.pyc *.pyo .venv/ venv/