clawdie-iso/.gitignore
Sam & Claude 9e7034b094 docs: purge historical cruft (Lumina/LightDM/QML/Qt6) + de-stale README
Broad removal of obsolete decisions and dead subsystems across docs and code:

Deleted
- firstboot/gui/** — entire Qt6/QML installer subsystem (qml-installer,
  helloworld, Phase4 notes) — never the active live-session path
- live/installer-session/** — orphaned QML installer session
- .archive/completed-work/** — 14 historical planning/impl docs
- ROADMAP-v1.0.0.md, RELEASE-NOTES-v0.9.0.md — Lumina/LightDM/Qt6-era history
- .opencode/plans/phase0-gpu-fix-unified-iso.md — stale Lumina/LightDM plan
- dated/handoff docs: PHASE4-TEST-REPORT, COLIBRI-XFCE-HANDOFF,
  CLAWDIE-CODEX-HANDOFF, CANONICAL-BUILD-PATHS-HANDOFF

README de-stale
- present-tense intro (drop xfce-operator-usb branch framing)
- harness reality: pi (npm global) + Colibri daemon staged/rc.d-enabled;
  clawdie + zot as opt-in build flags
- GPU: NVIDIA auto-detect + universal driver lane (drop "conservative fallback")
- drop dead "historical installer/QML files in-tree" limitation

CHANGELOG
- drop dead "## Archive" + Qt6 "## For v1.0.0" sections
- correct stale sudo wording: live image uses mac_do/mdo, not sudo/doas
- drop RELEASE-NOTES-*.md pointer (file removed)

build.sh
- WARN no longer mentions removed QML build stage

.gitignore
- drop firstboot/gui qml-installer/helloworld ignore rules

Live decision guardrails retained (SDDM-over-LightDM notes); BUILD.md qt6
package deps retained (current runtime deps, not history).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 11:29:12 +02:00

55 lines
782 B
Text

# Never commit FreeBSD/pkg cache blobs anywhere in the repo.
**/*.pkg
**/*.txz
# Build artifacts (generated by build.sh)
*.img
*.img.sha256
*.img.sig
cache/
packages/*.pkg
packages/*.txz
packages/.repo/
packages/All/
packages/meta*
# Temporary files
/tmp/
# Private internal planning notes. Keep commercial/product strategy off public
# Codeberg branches; share these only through trusted operator channels.
/private/
*.tmp
*.bak
*.swp
*~
# System files
.DS_Store
Thumbs.db
.directory
# Editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.vim
# Git security hooks (generated)
.git/hooks/sensitive-allowlist.txt
.git/hooks/sensitive-patterns.txt
# Logs
*.log
# FreeBSD specific
.snap/
# Python/virtualenv
__pycache__/
*.pyc
.env.local
.env.*.local
.aider*