Files
verdicttank/.gitignore
T
root 6ac8a185ef Add demo cases (HarvestLink v1/v2), subscription technical contract, portal + ops-portal HTML
- demo-case-harvestlink.md + v2: fictional staged proposals for product-marketing video (no PII)
- CONTRACT.md: subscription model / contact form / receipt fixes technical contract (read-only analysis 2026-08-19)
- portal/index.html + ops-portal/: customer portal + ops portal single-file builds
- .gitignore: demo-creds*.txt excluded
2026-08-26 02:26:50 -04:00

47 lines
400 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
# Demo credentials (never commit)
demo-creds*.txt