# The image only needs requirements.txt, pipeline/, server/, web/.
# Everything below stays out of the build context — without this, the
# 3.1GB index/ (mounted at runtime, never baked in) gets tarred into the
# context on every build, adding ~200s and tripping ctrl's log-stream
# limits before the build can finish.
.venv
index
data
deploy
tests
scripts
__pycache__
*.pyc
.git
*.md
.build_id
dist
