日常更新

This commit is contained in:
2026-03-29 09:08:01 +08:00
parent 31709425e2
commit befdefd222
224 changed files with 7240 additions and 3297 deletions

7
.gitignore vendored
View File

@@ -1,7 +1,10 @@
.cursor
.ssh
# 本地填写的验证编排环境变量(从 scripts/.env.verify.example 复制)
scripts/.env.verify
# 本地填写的验证编排环境变量(从 ansible/env/.env.verify.example 复制)
ansible/env/.env.verify
# 状态板本地缓存(不提交)
.status/
# 可选export ANSIBLE_LOCAL_TMP=$PWD/.ansible-tmp无写权限 ~/.ansible 时)
.ansible-tmp/
_bmad