# macOS
.DS_Store

# Virtual environments
.venv/
venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/

# Coverage data (pytest --cov; reported in CI, never committed)
.coverage
.coverage.*
htmlcov/
