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

# 运行时缓存与产物
.cache/
outputs/

# 系统
.DS_Store
Thumbs.db
