MedResearcher/.gitignore
iomgaa 367696788b config: 更新开发环境配置
- .gitignore: 添加日志文件忽略规则(**/*.log)
- .vscode/launch.json: 为PDF解析器添加调试配置,支持不同参数测试
2025-08-24 15:07:26 +08:00

16 lines
158 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.claude
dataset/
docs/CLAUDE*
.DS_Store
**/*.log