__pycache__/
*.py[cod]
*.egg-info/
.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv/
build/
dist/
htmlcov/

# 本地环境文件可能包含 credential，始终排除在版本控制之外。
.env
.env.*
!.env.example
