.vscode/
venv/

__pycache__/
.mypy_cache/
.pytest_cache/

htmlcov/
/.coverage
/.coverage.*
gl-codequality.json

/build/
/dist/
*.egg-info/

# tests
/log/
/logs/
dut_logs/
dut.log
tests/utility/_files/test-bin


# docs
/docs/*.rst
/docs/_build/
!/docs/index.rst
