--- Build: not run — ignore-only change Tests: pass — ./scripts/check-format.sh; git diff --check
34 lines
611 B
Text
34 lines
611 B
Text
# Build / cache artifacts
|
|
tmp/
|
|
cache/
|
|
node_modules/
|
|
*.img
|
|
*.img.gz
|
|
*.iso
|
|
|
|
# Generated / vendored
|
|
runner/dist/
|
|
vps/build/
|
|
|
|
# Archived / tooling-internal — preserve as-is
|
|
.archive/
|
|
.opencode/
|
|
|
|
# Private internal planning notes — gitignored, but Prettier doesn't read .gitignore
|
|
private/
|
|
|
|
# Per-developer scratch — gitignored, but Prettier doesn't read .gitignore
|
|
.aider*
|
|
.vscode/
|
|
.idea/
|
|
.snap/
|
|
__pycache__/
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Hand-formatted release notes — preserve original structure
|
|
CHANGELOG.md
|
|
RELEASE-NOTES-*.md
|
|
|
|
# Bundled HTML (not authored as markdown)
|
|
live/operator-session/bootstrap.html
|