# Python build / cache
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
build/
dist/
.eggs/

# Test / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/
