.DS_Store

# 凭据。CLS SecretId/SecretKey 与模型 API Key 一旦提交就等于泄露，
# 即使事后删除也仍留在 git 历史里，必须靠忽略从源头阻断。
.env
.secrets.env*

.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# 构建产物：每次 uv build 重新生成，不应入库
dist/
build/
*.egg-info/

# 本地验证脚本可能落盘的 span 文件
*.jsonl
