init medical training project

This commit is contained in:
2026-05-29 15:58:00 +08:00
commit b4bb38b7be
91 changed files with 6765 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# 环境变量(含敏感信息,绝不入库)
.env
.env.local
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.coverage
htmlcov/
# 虚拟环境
.venv/
venv/
env/
# 日志(保留 logs/ 目录结构时可提交 logs/.gitkeep
logs/*
!logs/.gitkeep
# 本地缓存 / 临时脚本
.cache/
# Redis 运行时快照
dump.rdb
*.rdb
# 本地 Redis 二进制(请自行安装 Redis)
redis-server/
# 数据库导出
*.sql
# 分发 / 构建
dist/
build/
*.egg-info/
*.egg
# 静态文件收集目录
staticfiles/
media/
# IDE
.vscode/
.idea/
*.swp
*.swo
# macOS
.DS_Store
# Windows
Thumbs.db
Desktop.ini
# 可选:样例 PDF 若含真实病例且不想入库,取消下行注释
# *.pdf