Files
pptopic/.gitignore
Sidney Zhang b2dfcfe036 feat:初始化pptopic项目,添加PPT转长图功能
📝 docs:添加项目文档和配置文件
🔧 chore:配置Python 3.13环境和依赖管理
 feat:实现PPT转换和图片优化核心功能
 feat:添加命令行接口支持导出长图
2026-02-11 18:21:22 +08:00

11 lines
109 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv