__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
debug/
preview*.html
preview*.png
preview*.jpeg
# 本地开发用，不进仓库、不进 sdist
tools/
tests/