# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/

# Build output
dist/

# Test coverage
.coverage
htmlcov/

# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
