46 lines
682 B
Plaintext
46 lines
682 B
Plaintext
# 忽略报告文件
|
|
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
|