# Python 编译文件
__pycache__/
*.pyc
*.pyo
*.pyd

# 虚拟环境
.venv/
venv/

# 缓存
cache/

# 打包文件
dist/
build/
*.spec

# 日志
log/