初始化医疗报告生成项目,添加核心代码文件
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# 忽略报告文件
|
||||
reports/
|
||||
|
||||
# 忽略缓存文件
|
||||
__pycache__/
|
||||
|
||||
# 忽略环境变量文件
|
||||
.env
|
||||
|
||||
# 忽略日志文件
|
||||
*.log
|
||||
|
||||
# 忽略Excel文件
|
||||
*.xlsx
|
||||
|
||||
# 忽略PDF文件
|
||||
*.pdf
|
||||
|
||||
# 忽略临时文件
|
||||
*.tmp
|
||||
*.temp
|
||||
|
||||
# 忽略编译文件
|
||||
*.pyc
|
||||
|
||||
# 忽略IDE相关文件
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 忽略前端依赖
|
||||
frontend/node_modules/
|
||||
|
||||
# 忽略系统文件
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
# 忽略调试相关文件
|
||||
debug_*
|
||||
|
||||
# 忽略缓存文件
|
||||
deepseek_cache.json
|
||||
|
||||
# 忽略模板文件(如果有多个模板,可以根据需要调整)
|
||||
Be.U Wellness Center功能医学健康报告&定制化方案-案例.docx
|
||||
Be.U+Wellness+Center功能医学健康报告&定制化方案-+Ming+Wang.docx
|
||||
Reference in New Issue
Block a user