5668bfad3f
- templates/landing: two self-contained demos (Tier A barbershop / Google stack, Tier B physio / self-hosted) + chooser page - sheets/SCHEMA.md: Google Sheets CRM workbook spec - playbooks: per-client setup checklists for both tiers - README + .gitignore - Demos avoid unverifiable claims (no "DSGVO-konform", no "Ende-zu-Ende") Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
223 B
Plaintext
21 lines
223 B
Plaintext
# dependencies / build
|
|
node_modules/
|
|
dist/
|
|
.astro/
|
|
*.log
|
|
|
|
# secrets — never commit credentials
|
|
.env
|
|
.env.*
|
|
*.secret
|
|
credentials/
|
|
stacks/**/.env
|
|
|
|
# n8n local data
|
|
n8n/.n8n/
|
|
n8n/*-credentials.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|