# 密钥与本地配置 —— 永远不要提交
.env
*.key

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# 测试与工具缓存
.pytest_cache/
.ruff_cache/
.mypy_cache/

# 编辑器 / 系统
.vscode/
.idea/
.DS_Store

# 文档站构建产物与依赖
wow-agent-site/public/
wow-agent-site/node_modules/
wow-agent-site/.git/
node_modules/
.vitepress/
