# Python bytecode and caches.
__pycache__/
*.py[cod]

# Virtual environments.
.venv/

# Test and coverage artifacts.
.coverage
.pytest_cache/
htmlcov/

# Linter caches.
.ruff_cache/

# Build outputs.
dist/
build/
*.egg-info/
