feat: add Proxmox VM GUI controller in Rust

This commit is contained in:
xiaji
2026-04-10 22:44:00 +08:00
parent a022e9d7ce
commit 7f6c8bff83
6 changed files with 791 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Build output
target/
*.exe
# Dependencies
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Local config (sensitive)
.env
*.local
# Logs
*.log