Files
chis_osi/.gitignore
T
ilaandClaude Opus 4.8 66bf37bcd3 docs: 登记 T-301 体检查询契约与字段清单
- docs/04 §11 体检 ~260 字段清单(7 节点)供将来 create 用
- docs/01 §5.2 标注各体检接口联调状态(单查未部署)
- tasks T-301 DONE;gitignore 收敛为 scripts/*.py

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 00:45:47 +08:00

58 lines
1.4 KiB
Plaintext

# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# env file
.env
# Python 联调脚本产物
__pycache__/
# ---> chis_osi 项目特定
# 真实配置(含 orgCode/userName/ask 密钥、PHIS token、服务器地址)——只提交 config.yaml.example
/config.yaml
config.local.yaml
# 运行期产物:日志、报告、快照、幂等状态
/logs/
*.jsonl
# 本地存储/缓存
*.db
*.sqlite
/tmp/
# 含个人信息的联调样本(身份证/姓名等),如需保留请脱敏后手动 add
/samples/*.real.json
scripts/*.json
# 账号/凭据(userName/密码/主机/代理)——只本地留存
/docs/账号.txt
# 本地联调探针脚本(硬编码了 ask/orgCode/身份证等真实值)——只本地留存
/scripts/*.py
/query_health_record.bat
/dev.bat
# 本地工作区文件
/agent-session.txt
/chis_osi.code-workspace
# 厂家源材料(标注"内部资料注意保密")——只在本地留存,不入库
*.docx
*.xlsx