# SSH keys and sandbox copies .ssh/ # Rust build output target/ **/target/ # Node.js node_modules/ **/node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Build outputs dist/ dist-ssr/ build/ *.local # Vite build cache neode-ui/.vite/ # IDE / editor .idea/ .vscode/ *.swp *.swo *~ .DS_Store ._* Thumbs.db # Environment and local overrides .env .env.local .env.*.local .env.production core/.env.production scripts/deploy-config.sh # Logs logs/ *.log # Testing coverage/ .nyc_output/ # Image / release artifacts *.iso *.img *.dmg *.app *.apk *.keystore *.s9pk *.tar.gz # Release artifacts live in release attachments, not Git history. releases/** !releases/ !releases/manifest.json # Image recipe output image-recipe/output/ image-recipe/*.iso image-recipe/*.img # Loop tool artifacts */loop/ loop/loop/ loop/loop.log.bak # Separate repos nested in tree web/ # Resilience harness reports contain session cookies. scripts/resilience/reports/ # Codex / pnpm / python caches / editor backups .codex .codex-target-*/ .codex-tmp/ .claude/ .pnpm-store/ **/__pycache__/ *.bak # Local evidence screenshots; intentional UI screenshots should live under an # app/docs asset path with a descriptive filename. Screenshot *.png uploads/ # Operations docs — fleet runbooks, node inventories, internal trackers and # session handoffs. Kept on disk for local use, deliberately NOT tracked: they # describe live infrastructure (node addresses, hostnames, deploy procedures) # and must never reach the public repo. See the ops-docs section of the # open-source readiness plan. /docs/operations-runbook.md /docs/hotfix-process.md /docs/PRODUCTION-MASTER-PLAN.md /docs/UNIFIED-TASK-TRACKER.md /docs/FIPS-UPTIME-AND-UI-STATE-PLAN.md /docs/HANDOFF-2026-07-20-fips-peer-files.md /docs/RETICULUM-TRANSPORT-PROGRESS.md /docs/combined-test-plan-2026-07-22.md /docs/pine-voice-release-test-plan.md /docs/OPEN-SOURCE-READINESS-PLAN.md /docs/archive/HANDOVER-2026-07-02-iso-feedback.md /docs/archive/SESSION-1.8.0-OTA-PROGRESS.md /docs/security/KEY-02-FLEET-ROTATION.md /docs/security/KEY-03-SIGNING-POSTURE.md /tests/production-quality/TRACKER.md