Files
pobsync/.gitignore
Peter van Arkel 1d90454109 (feature) improve snapshot discovery visibility in Django
Add a discovery preflight that reports the configured backup root, host
root, and snapshot directory counts before importing anything.

Show discovery status on host detail pages so missing mounts or mismatched
host directories are visible from the UI.

Warn clearly when discovery scans zero snapshots, including whether the
host backup directory is missing or simply empty.
2026-05-19 13:21:31 +02:00

11 lines
101 B
Plaintext

__pycache__/
*.py[cod]
.venv/
var/
backups/
.pytest_cache/
.mypy_cache/
*.egg-info/
build/
dist/
.env