Initial commit of vrcx (Vegman Remote Collect, extended) — the BMC-only bmccollect renamed and extended with a parallel SDS-host log branch. - dev/prod/old repo layout - per-host bmc/ + os/ subdirs, archives/dump_<ip>.tar.gz, outer session tarball - SdsSession (paramiko, sudo via -S), OS_COMMAND_TABLE (lsiget, storcli, smartctl, journal, dmidecode, etc.) - SDS IP discovery via Redfish EthernetInterfaces -> /24 ping-sweep -> arp -a - UI shows BMC|OS dual progress per host - CI/pyinstaller paths updated for dev/
26 lines
384 B
Text
26 lines
384 B
Text
# PyInstaller build artefacts
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Distribution staging folders (built per-version, attached to GitHub Releases)
|
|
portable-v*/
|
|
|
|
# Local backup of release archives
|
|
releases/
|
|
|
|
# Runtime output
|
|
out/
|
|
|
|
# Editor / OS junk
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local scratch: squashfs/ISO extracts during dev inspection
|
|
.sds_inspect/
|