- Consolidated documentation from Ralph Loop iterations - Archived 20+ outdated/superseded files to .archive/ - Kept essential docs: OIDC integration, mobile setup, quick start - Added operational scripts for health monitoring and backup - Research artifacts preserved in .tasks/artifacts/ Current state: - 3 VPS sites (fry, proton, photon) ONLINE in Pangolin - brn-home site pending for local services (Jellyfin, etc.) - Mobile access configuration pending Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
189 B
Plaintext
20 lines
189 B
Plaintext
# Secrets - never commit
|
|
*.env
|
|
*-creds.env
|
|
oidc-pangolin.txt
|
|
|
|
# Archives - historical iterations
|
|
.archive/
|
|
|
|
# Claude local state
|
|
.claude/
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|