# uv / venv
.venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/

# Build artifacts
dist/
build/

# Test
.pytest_cache/

# Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml


.doit.db.db
.hypothesis
