promenade/.gitignore
Sergiy Markin 2f2455f0d1 Restored ubuntu_bionic image build
This PS restores image build for ubuntu_bionic and adds appropriate
gates to keep it tested by appropriate functional and integrational
tests.

Change-Id: I8ef524a1f66f1a88593a18334b8c37c4db0175c6
2023-05-25 22:53:15 +00:00

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/