feat: add Proxmox provisioning service with CI and deployment tooling
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
.venv-ci-*/
|
||||
venv/
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.cache/
|
||||
reports/
|
||||
build.env
|
||||
deploy.env
|
||||
.env
|
||||
data/
|
||||
secrets/
|
||||
backups/
|
||||
*.sqlite3
|
||||
*.sqlite3-wal
|
||||
*.sqlite3-shm
|
||||
*.key
|
||||
*.iso
|
||||
*.pem
|
||||
*.log
|
||||
Reference in New Issue
Block a user