# created by virtualenv automatically
.idea/
.venv/
poetry.lock

logs/

# --- 依赖与环境 ---
.venv
venv/
node_modules/
uv.lock

# --- 屏蔽outputs ---
outputs/

# --- Allure 报告 ---
temp/
reports/
.allure/

# --- pytest缓存 ---
.pytest_cache/
.allure_cache/

# --- 配置文件 ---
.env