From b5033af0ac25c4d9d3d1c7e44d7d296a44627b27 Mon Sep 17 00:00:00 2001 From: ila Date: Mon, 6 Jul 2026 20:09:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20=E8=A1=A5=E6=8C=A1?= =?UTF-8?q?=E6=95=8F=E6=84=9F=E6=96=87=E4=BB=B6=E4=B8=8E=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 账号.txt/联调脚本及样本(含真实凭据与身份证)、__pycache__、本地工作区文件不入库 Co-Authored-By: Claude Opus 4.8 --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 4bd3b63..563ca81 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ go.work.sum # env file .env +# Python 联调脚本产物 +__pycache__/ + # ---> chis_osi 项目特定 # 真实配置(含 orgCode/userName/ask 密钥、PHIS token、服务器地址)——只提交 config.yaml.example /config.yaml @@ -38,6 +41,15 @@ config.local.yaml /tmp/ # 含个人信息的联调样本(身份证/姓名等),如需保留请脱敏后手动 add /samples/*.real.json +scripts/*.json +# 账号/凭据(userName/密码/主机/代理)——只本地留存 +/docs/账号.txt +# 本地联调脚本(硬编码了 ask/orgCode/身份证等真实值)——只本地留存 +/scripts/query_health_record.py +/query_health_record.bat +# 本地工作区文件 +/agent-session.txt +/chis_osi.code-workspace # 厂家源材料(标注"内部资料注意保密")——只在本地留存,不入库 *.docx *.xlsx