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

# Virtual environments
.venv/
venv/

# Test and type-checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage output
.coverage
htmlcov/
