# The hub backend image builds with this directory as its context so it can
# install the calkit-python workspace member; keep everything it doesn't need
# out of the context
#
# .git is deliberately NOT excluded: hatch-vcs reads the release tags out of
# it to version calkit-python and the hub backend at install time. It is
# bind-mounted into the one RUN that needs it, so it never lands in a layer.
.venv
.env
**/__pycache__
*.pyc
**/.mypy_cache
**/.pytest_cache
**/node_modules
**/.venv
.coverage
coverage.xml
htmlcov
dist
site
docs
examples
test
calk9
jupyterlab-ext
vscode-ext
hub/frontend
hub/texmf-proxy
hub/node_modules
