# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage

# uv / venv
.venv/

# 构建产物
dist/
build/

*.zth
*.zip
