Files
vrcx/.gitignore
Engelgardt23 9fe967f0b2
Release / build (push) Has been cancelled
Release 0.2.0: dhcpsrv lease auto-discovery, SDS MAC pairing, preflight, flat archive
- Auto-pick BMCs from the dhcpsrv lease table; resolve SDS by neighbouring MAC
- Preflight host-state table (power/work, BMC/UEFI/FPGA) before collection
- Single flat tar.gz bundle (no nested per-host archives); auto-open output dir
- BMC default creds admin/V36man; SDS commands run as root; clearer SSH error hints
- Pin paramiko<4 (5.x dropped ssh-rsa host keys that YADRO BMCs require)
- Timestamped crash reports under crashlogs/
2026-06-03 17:55:38 +03:00

30 lines
472 B
Plaintext

# PyInstaller build artefacts
build/
dist/
*.spec
# Python cache
__pycache__/
*.py[cod]
# Distribution staging folders (built per-version, attached to Gitea 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/
# Stray runtime config.ini generated next to source in dev mode
dev/src/vrcx/config.ini