# Python build / cache artefacts
.venv/
__pycache__/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Built distributions (built with `hatch build`)
dist/
build/
/.venv/
