- analysis.py: deterministic claim scorer + /analyze /approve /letter /advance-tier endpoints (auto-runs on intake) - packet.py + packet_fields.json: welcome-packet templating engine (6 onboarding docs, field catalog) - letterstream.py + letters.py: certified-mail send pipeline + letter lifecycle (webhook verified) - docuseal.py: DocuSeal signing integration - staff.py/models.py/schema.sql/auth.py: approval actor from staff key, tier gate (APPROVED+ACTIVE+onboarding docs), onboarding_docs table - frontend/: dependency-free static portal (intake, magic-link login/verify, dashboard) - landing-mockups/: 4 design-stance mockups + favicons - legal/: aup/privacy/sms-terms/terms HTML - docs/: letter-queue scope, letterstream API contract, 6 welcome-packet templates - review-dre-landing-2026-08-21.md: 3-variant landing feedback sprint - compliance/DRE_Compliance_Manual.md: updated Source synced from deployed /opt/dre-portal/app/ (was 4 days ahead of git).
49 lines
449 B
Plaintext
49 lines
449 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
*.egg
|
|
.venv/
|
|
venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
.env
|
|
*.pem
|
|
*.key
|
|
credentials.json
|
|
|
|
# Docker
|
|
*.log
|
|
|
|
# Terraform
|
|
.terraform/
|
|
*.tfstate*
|
|
|
|
# Hermes
|
|
.hermes/cache/
|
|
.hermes/audio_cache/
|
|
|
|
# Project-specific
|
|
*.db-journal
|
|
*.db-wal
|
|
# Credential dumps + backup artifacts — never commit
|
|
*.bak-*
|
|
.fanout-mailboxes.txt
|
|
mailboxes.txt
|