77993d0ea0
Build pitch-deck / build-push-deploy (push) Failing after 24s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 5m28s
CI / test-python-voice (push) Successful in 4m0s
CI / test-bqas (push) Successful in 32s
Generiert pro Szenario (Wandeldarlehen 200k/Bear/Bull, 1 Mio Base/Bear/Bull) ein .xlsx mit 10 Tabs (Dashboard, Kunden, Umsatzerlöse, Personalkosten, Investitionen, Materialaufwand, Betriebliche Aufwendungen, Liquidität, GuV, Formelübersicht). Editierbare Eingaben bleiben rohe Werte; abgeleitete Zellen werden zu echten Excel-Formeln über Tabs hinweg, sodass das Bearbeiten von Inputs Personal/Opex/Liquidität/GuV neu berechnet. Dashboard-Tab fasst Jahres-KPIs zusammen und enthält fünf Charts (Umsatz/Material/Personal/EBIT YoY, Jahresüberschuss YoY, Liquidität, Headcount, Personalkosten monatlich). Run: PG_CONN=... pitch-deck/scripts/export-finanzplan.sh Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
68 lines
613 B
Plaintext
68 lines
613 B
Plaintext
# Environment
|
|
.env
|
|
.env.local
|
|
.env.backup
|
|
|
|
# Secrets
|
|
secrets/
|
|
*.pem
|
|
*.key
|
|
.mcp.json
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.venv/
|
|
|
|
# Docker
|
|
backups/*.backup
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Large files
|
|
*.pdf
|
|
*.docx
|
|
*.xlsx
|
|
*.pptx
|
|
*.mp4
|
|
*.mp3
|
|
*.wav
|
|
|
|
# Compiled binaries
|
|
billing-service/billing-service
|
|
consent-service/server
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Large files
|
|
*.zip
|
|
*.gz
|
|
*.tar
|
|
*.sql.gz
|
|
*.pdf
|
|
*.docx
|
|
*.xlsx
|
|
*.pptx
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.coverage
|
|
|
|
# Allow Finanzplan exports (generated by pitch-deck/scripts/export-finanzplan.sh)
|
|
!pitch-deck/exports/*.xlsx
|