# Version file generated by setuptools-scm
dqrbuild/_version.py

# Python bytecode
__pycache__/
*.pyc
*.pyo

# Build / dist artefacts
*.egg-info/
dist/
build/

# pytest cache
.pytest_cache/
.coverage
htmlcov/
