# Byte-compiled / caches
__pycache__/
*.py[cod]

# Virtual environments (matrix builds .venv-<PY>)
.venv/
.venv-*/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Coverage artifacts
.coverage
coverage.xml
htmlcov/

# Build artifacts
dist/
*.egg-info/
