Files
crawl4zeroerr/.gitignore
Oo d257cbaed3 优化摘要配置加载与文档输出兼容性,并补充本地配置忽略规则。
通过引入 config.yaml.example 和环境变量覆盖提升可配置性,同时统一 Word 默认中文字体并忽略本地 config.yaml,避免敏感信息误提交。

Made-with: Cursor
2026-03-26 09:39:07 +08:00

60 lines
525 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 输出文件
output/
output_post/
# 临时文件
*.tmp
*.log
~$*
# 系统文件
.DS_Store
Thumbs.db
# 测试与工具缓存
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# 本地环境变量
.env
.env.*
# 项目本地配置(示例文件应保留跟踪)
config.yaml