__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
*.egg-info/
*.egg
.venv/
venv/
env/

.vscode/
.idea/
*.swp
*.swo
.DS_Store

afterlife.db
afterlife.db-journal
*.db
.afterlife-demo-report.html
.env
config.local.yaml
reports/
.afterlife/

# License-signing secrets: the vendor's private key must never be committed.
.secrets/
*.pem
afterlife.yml

# Ad-hoc report artifacts users generate while exploring
report.json
report.html
report.pdf
report.sarif
afterlife.sarif
afterlife-report.*

.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
