# 本机配置和敏感信息
config.yaml

# Docker 镜像导出文件
*.tar.gz
*.tmp

# Python 构建和缓存
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
