# Generated reports can contain project paths. Never commit one by accident.
/*.html
startup-audit*.html
audit*.html
# ...but the report template is source, and must ship inside the wheel.
__omp_shell("src/cc_startup_audit/templates/report.html")

__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

.DS_Store
.idea/
.vscode/
