# Python 虚拟环境（统一的测试环境）
.venv/
venv/
env/

# Python 缓存
__pycache__/
*.py[cod]
*$py.class
*.so

# pytest 缓存
.pytest_cache/

# 测试报告
*.html
*.xml
.coverage
htmlcov/

# 临时文件
*.tmp
*.log
*.bak
.DS_Store
e2e/reports/
