# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

docs
tmp

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

# Lint / type-check caches
.ruff_cache/
.mypy_cache/
