优化摘要配置加载与文档输出兼容性,并补充本地配置忽略规则。
通过引入 config.yaml.example 和环境变量覆盖提升可配置性,同时统一 Word 默认中文字体并忽略本地 config.yaml,避免敏感信息误提交。 Made-with: Cursor
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -43,3 +43,17 @@ output_post/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 测试与工具缓存
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# 本地环境变量
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# 项目本地配置(示例文件应保留跟踪)
|
||||
config.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user