✨ feat:初始化pptopic项目,添加PPT转长图功能
📝 docs:添加项目文档和配置文件 🔧 chore:配置Python 3.13环境和依赖管理 ✨ feat:实现PPT转换和图片优化核心功能 ✨ feat:添加命令行接口支持导出长图
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
Reference in New Issue
Block a user