Files
Cortex-Inara/.gitignore
Scott Idem 8e20bfbea8 feat: shared Help base, Google OAuth live, new personas, cleanup
- cortex/static/HELP.md: shared Help & Reference base served to all users
- help.html: loads shared base + appends persona-specific HELP.md if present
- inara/HELP.md: cleared (content moved to shared base)
- Google OAuth: registered scott.idem@oneskyit.com; flow now working end-to-end
- .gitignore: exclude home/**/sessions/ (runtime logs)
- New personas tracked: home/holly/persona/donut/, home/scott/persona/developer/
- Removed orphans: holly/, personas/, cortex-holly.service
- CLAUDE.md: updated current state and recently completed list to 2026-03-27

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 22:55:45 -04:00

29 lines
402 B
Plaintext

# Environments
.venv/
__pycache__/
*.pyc
# Secrets — keep .env.example, never commit real .env
.env
# Session data (runtime state, not source)
cortex/data/
home/**/session_data/
home/**/sessions/
# User credentials and tokens — never commit
home/**/auth.json
home/**/invite.json
home/**/profile.json
# Syncthing Metadata
.stfolder/
# Temporary Files
tmp/
*.tmp
*.log
# System Files
.DS_Store