# Build artifacts
dist/
build/
*.egg-info/
*.egg
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/

# Tooling
.coverage
htmlcov/
