Initial pve cloud backup app

This commit is contained in:
Codex
2026-07-15 01:00:08 +02:00
commit 7a4c561f8e
37 changed files with 5495 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# Runtime state
/data/
/logs/
*.db
*.db-*
*.sqlite
*.sqlite-*
# Generated frontend build
/static/
# Python
/backend/.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Node/Vite
/frontend/node_modules/
/frontend/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# Environment/secrets
.env
.env.*
!.env.example