# Editor config
.vscode/

# Dev artifacts
__pycache__
.ruff_cache
.venv

# Test artifacts
.coverage
.pytest_cache
coverage.xml
report.xml
htmlcov

# Build artifacts
dist/

