Import sanitized HIS processing tools
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Local secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.pgpass
|
||||
|
||||
# Patient data and generated outputs
|
||||
数据处理结果区/
|
||||
待处理-患者目录图片集群/
|
||||
已处理-患者目录图片集群/
|
||||
待处理-患者首页PDF/
|
||||
已处理-患者首页PDF/
|
||||
*.csv
|
||||
*.jsonl
|
||||
*.pdf
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.xlsx
|
||||
*.xls
|
||||
|
||||
# Runtime/cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.log
|
||||
*.tmp
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Local review settings
|
||||
review_settings.local.json
|
||||
数据可视化网页端/review_settings.local.json
|
||||
人工复核网页端配置.json
|
||||
03_人工复核修正.json
|
||||
Reference in New Issue
Block a user