mirror of https://github.com/locustio/locust.git
34 lines
419 B
Plaintext
34 lines
419 B
Plaintext
*.pyc
|
|
locust.wpr
|
|
locust.egg-info/**
|
|
locustio.egg-info/**
|
|
locust/_version.py
|
|
locust/test/mock_*.py
|
|
docs/_build/**
|
|
docs/cli-help-output.txt
|
|
docs/config-options.rst
|
|
mock.*.egg
|
|
web_test_*.csv
|
|
err.txt
|
|
out.txt
|
|
.eggs/
|
|
dist/**
|
|
.idea/**
|
|
*.iml
|
|
*.ipr
|
|
.vagrant
|
|
build/
|
|
.coverage
|
|
.tox/
|
|
docs/env-options.rst
|
|
.editorconfig
|
|
__pycache__
|
|
.pytest_cache
|
|
.sass-cache/
|
|
.env
|
|
yarn-error.log
|
|
.venv
|
|
.DS_Store
|
|
.python-version
|
|
locust/webui/dist/**
|