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

# Virtual environments
.venv

# macOS
.DS_Store

# Editor / notebook metadata
.ipynb_checkpoints/

# Generated reports (root-level only; examples/reports/ is intentional)
/report.html
