Add a Django admin-backed management layer for pobsync configs, runs, snapshots, and schedules. Keep the existing CLI engine as the execution source of truth, add import/run management commands, and provide SQLite default plus optional MariaDB Docker Compose support.
12 lines
94 B
Plaintext
12 lines
94 B
Plaintext
.git
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
var/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|