44 lines
445 B
Plaintext
44 lines
445 B
Plaintext
# 测试报告和结果目录
|
|
dulizhan/test_case/reports/
|
|
allure-results/
|
|
allure-report/
|
|
pytest-html/
|
|
allure/
|
|
allure.zip
|
|
zhyy/test_case/reports/
|
|
|
|
# pytest 缓存
|
|
.pytest_cache/
|
|
__pycache__/
|
|
|
|
# Python 编译文件
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# 日志文件
|
|
*.log
|
|
logs/
|
|
|
|
# 临时文件
|
|
*.tmp
|
|
*.temp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE 配置
|
|
.idea/
|
|
.vscode/
|
|
.project
|
|
.pydevproject
|
|
|
|
# 虚拟环境
|
|
venv/
|
|
env/
|
|
.env/
|
|
|
|
# 数据库文件
|
|
*.db
|
|
*.sqlite |