# 环境与密钥
.env

# 文档目录（不纳入版本控制）
XG-docs/

# 运行时产物（审计日志等）
.xg/
XG.md

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/

# 测试
.pytest_cache/
.coverage
htmlcov/

# 编辑器
.idea/
.vscode/

