feat: 添加JoyHub运费模板和Banner管理接口用例
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# 测试报告和结果目录
|
||||
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
|
||||
Reference in New Issue
Block a user