# repo2docker / Binder copies the clone as the Docker build context.
# Without this, Git LFS FITS plus `.git` push the context toward 1 GiB and
# mybinder.org times out while "transferring context".
.git
.gitattributes
.gitlab
.micromamba
.venv
venv
**/__pycache__
**/.pytest_cache
**/.mypy_cache
**/.ipynb_checkpoints
*.egg-info
.coverage
htmlcov
docs/_build
docs/build
docs/source/autoapi
tests
examples/images/ngvla
