Files
AIclinicalresearch/extraction_service/.dockerignore
HaHafeng 4c5bb3d174 feat(iit): Initialize IIT Manager Agent MVP - Day 1 complete
- Add iit_schema with 5 tables
- Create module structure and types (223 lines)
- WeChat integration verified (Access Token success)
- Update system docs to v2.4
- Add REDCap source folders to .gitignore
- Day 1/14 complete (11/11 tasks)
2025-12-31 18:35:05 +08:00

58 lines
369 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# 测试
.pytest_cache/
.coverage
htmlcov/
*.log
# IDE
.vscode/
.idea/
*.swp
*.swo
# 文档
*.md
docs/
# Git
.git/
.gitignore
# 环境变量
.env
.env.local
# 临时文件
*.tmp
temp/
tmp/
uploads/
# 模型缓存 (避免打包Nougat模型)
.cache/
models/
*.pth
*.pt
*.onnx