- 新增 AndroidSDK环境配置指南.md, 常用参数.md - 更新 README.md - 优化 wan_android_home.py, wan_android_project.py - 其他优化
29 lines
311 B
Plaintext
29 lines
311 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.idea
|
|
|
|
# --- 依赖与环境 ---
|
|
.venv
|
|
venv/
|
|
node_modules/
|
|
uv.lock
|
|
|
|
# --- 屏蔽outputs ---
|
|
outputs/
|
|
|
|
# --- Allure 报告 ---
|
|
temp/
|
|
reports/
|
|
.allure/
|
|
|
|
# --- pytest缓存 ---
|
|
.pytest_cache/
|
|
.allure_cache/
|
|
|
|
# --- 配置文件 ---
|
|
.env |