.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/
.DS_Store
.coverage
htmlcov/

# act / local-CI secrets — never commit
.secrets
.secrets.*
*.secret
