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

# 虚拟环境
.venv/
venv/
env/

# 测试/覆盖率
.pytest_cache/
.coverage
htmlcov/

# 类型检查
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Claude Code 本地会话产物
.claude/
