The matrix is regenerated daily by CI rather than typed once and forgotten — a support table that quietly goes stale is a false promise to someone deciding whether to trust this with their backups.
20 lines
433 B
Plaintext
20 lines
433 B
Plaintext
# Runtime files written to the repo root by apply.sh and sitecustomize.py
|
|
/apply.log
|
|
/apply.log.1
|
|
/apply.log.2
|
|
/hook_status.json
|
|
/disabled
|
|
/nested_snapshots_enabled
|
|
# Written by apply.sh when a module's assumptions no longer fit the installed
|
|
# middlewared (see tools/compat.py). Evidence for the alert; not source.
|
|
/incompatible.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
/update_alerts_disabled
|