75601988c2
- Cover, TOC, 5 dividers, 3 recap slides - 5 sections (chains, langgraph, deepagents, openswe, ecosystem) - design-system.js with theme tokens + 9 helper functions - research/: timeline + sources + per-tech notes - final-compile.js + merge.js for rebuild pipeline - output/: langchain-evolution.pptx (2.3 MB) + langchain-evolution.pdf (1.1 MB) + 7 sample previews
15 lines
177 B
Plaintext
15 lines
177 B
Plaintext
# Build artifacts
|
|
build/
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Heavy assets — kept under output/ but gitignored for size
|
|
output/previews/*.png
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|