.venv
.git
.github
.pytest_cache
.ruff_cache
.mypy_cache
__pycache__
*.pyc
.env
models
tests
examples
scripts
# ...except the model-fetch script, which the builder stage runs to vendor the
# embedding model into the image.
!scripts/fetch_model.py
training-docs
docs
.claude
