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

# Virtualenvs
.venv/
venv/

# Test / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
