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

# Virtual environments
.venv

# Coverage / build artifacts
.coverage
htmlcov/
.pytest_cache/

# Local tooling caches
.ruff_cache/

# OS
.DS_Store
