# Build artefacts
build/
dist/
*.egg-info/
.venv/
__pycache__/
*.pyc

# Test
.pytest_cache/
.coverage
htmlcov/
