promenade/.gitignore

55 lines
608 B
Plaintext

# Pyenv version file
/.python-version
# Chart artifacts
/charts/*.tgz
/charts/*/charts
/charts/*/requirements.lock
/charts/deps/*/
# Build & test artifacts
/.cache
/.eggs
/.pytest_cache
/.tox
/build
/conformance
/promenade.egg-info
# Python artifacts
__pycache__
# Sphinx artifacts
/doc/build/
/doc/source/.doctrees/
/doc/*/_static/
/AUTHORS
/ChangeLog
# Additional gate artifacts
.fiotest
# virtualenv
.venv
venv/
ENV/
# pycharm-ide
.idea/
# vscode ide
.vscode
# Unit test / coverage reports
htmlcov/
.tox/
.stestr
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
cover
.hypothesis/