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

# uv 虚拟环境
.venv/
uv.lock

# 工具缓存
.pytest_cache/
.ruff_cache/
.mypy_cache/

# 本地环境变量（模板见 .env.example）
.env

# Claude Code 本地配置
.claude/settings.local.json

# OS
.DS_Store
