Files
httprunner/.gitignore
2020-06-18 18:33:10 +08:00

18 lines
149 B
Plaintext

*.pyc
__pycache__
.DS_Store
.vscode
.idea
.pypirc
*/tmp/*
build/*
dist/*
*.egg-info
.python-version
logs
.coverage
site/
reports
.venv
*.xml
htmlcov/