# 测试文件夹 tests/ test-results/ test-reports/ html-report/ # 截图文件 *.png *.jpg *.jpeg # 测试日志 *.log logs/ # pytest 缓存 .pytest_cache/ .coverage htmlcov/ # Node.js 依赖 node_modules/ # 构建输出 dist/ build/ *.zip # 编辑器配置 .vscode/ .idea/ *.swp *.swo *~ # 操作系统文件 .DS_Store Thumbs.db # 环境变量 .env .env.local .env.*.local # 临时文件 *.tmp *.temp # Python 字节码 __pycache__/ *.pyc *.pyo *.pyd .Python # 虚拟环境 venv/ env/ .venv/ /pytest.ini /pnpm-lock.yaml /requirements-test.txt