feat: add extraction_service (PDF/Docx/Txt) and update .gitignore to exclude venv

This commit is contained in:
AI Clinical Dev Team
2025-11-16 15:32:44 +08:00
parent 2a4f59b08b
commit 39eb62ee79
18 changed files with 2706 additions and 0 deletions

40
extraction_service/.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
dist/
*.egg-info/
# 环境变量
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
# 临时文件
/tmp/
*.log
# 测试
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db