feat: Initial commit for OnEver Drive centralized backup system with Windows PyQt6 agent and Proxmox LXC deployment

This commit is contained in:
2026-08-13 19:33:44 -03:00
commit 1bfb808c79
77 changed files with 10675 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv/
# Node / Frontend
node_modules/
frontend/node_modules/
frontend/dist/
dist/
build/
.next/
out/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# PyInstaller / Executables
windows-agent/build/
windows-agent/dist/
build/
*.spec
# Storage & Databases
backend/storage/backups/
*.db
*.sqlite
*.sqlite3
data/
*.bak
*.mdf
*.ldf
# Environments & OS
.env
.env.local
.DS_Store
Thumbs.db
*.log