# Ignore the following files/folders during docker build

__pycache__/
docs/

.vscode
.git
.mypy_cache
.ruff_cache
.pytype
.coverage
.coverage.*
.coverage/
coverage.xml
.readthedocs.yml

!README.md
