ea6f12e7ac
- tools/teaching_ppt/gen.py:python-pptx 生成引擎(页面内容与讲稿数据分离, 幂等可重生成);tools/teaching_ppt/day1..5.py:每天的页面+讲稿数据 - docs/teaching/ppt/day1..5.pptx:5 份 PPT 产物,页面内容对应 slides/*.html, 详细讲稿(建议时长/讲法/演示/互动/过渡)只写入演讲者备注,不进主页面 - 讲稿去 AI 味:破折号过度堆砌 152 处砍到 6 处(7.8‰ → 0.3‰)、 升华腔(分水岭/点燃探索欲)清零、重复词(现场 26→11)替换; 保留教学口语生动感(你们/当堂/点破/埋点/回指)与【过渡】悬念钩子 - 生成方式:python-pptx 在隔离 venv 装,不影响系统 Python; 改 day*.py 的 notes 字段后重跑 gen.py 即可幂等重生成
40 lines
542 B
Plaintext
40 lines
542 B
Plaintext
.env
|
|
.claude/
|
|
|
|
# Build outputs
|
|
build/
|
|
build-*/
|
|
out/
|
|
*.o
|
|
*.obj
|
|
|
|
# Qt / moc artifacts (should not normally live in-source)
|
|
moc_*.cpp
|
|
*.moc
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
|
|
# Tooling caches
|
|
.qt/
|
|
.cache/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
|
|
# Isolated Qt 5.14.2 install (built via aqtinstall; ~577MB, not in git)
|
|
.qt514/
|
|
.venv-aqt/
|
|
|
|
# Runtime artifacts produced when running Qt examples locally
|
|
# (qpicture_io writes drawing.pic; filesystem examples write file.dat/.txt/in.txt)
|
|
/drawing.pic
|
|
/file.dat
|
|
/file.txt
|
|
/in.txt
|
|
/person.txt
|