1e2ce2caf7
- pitch/deck/index.html — колода reveal.js (fullscreen F, листание, speaker view S) - pitch/deck/fetch-reveal.sh — вендоринг reveal локально (offline-proof) - развёрнуто: https://med.secondbrain.tools/demo Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
31 lines
509 B
Plaintext
31 lines
509 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Node / Next.js
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
dist/
|
|
*.log
|
|
|
|
# Claude Code worktrees (изоляция агентов)
|
|
.claude/worktrees/
|
|
|
|
# Вендоренные ассеты reveal.js (тянутся скриптом fetch-reveal.sh)
|
|
pitch/deck/reveal/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Данные (реальные прайсы НЕ коммитим; синтетика в fixtures/raw — коммитим)
|
|
data/raw/
|
|
data/uploads/
|
|
*.sqlite
|