# 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