promenade/.gitignore
Ian H Pittwood adc5146ffb Upgrade mismatch dependencies for pegleg
Upgrades requests 2.20->2.22 to fix a security vulnerability.

Upgrades PyYAML 3.12->~5.1 to fix incompatibility with the version used
by pegleg. This upgrade should not affect any yaml references currently
used in promenade.

Upgrades deckhand to match newer version used by pegleg.

Change-Id: Ie0ccfb36c4942ce0c782c3d2ffac70919c4c24f6
2019-09-20 15:23:21 +00:00

39 lines
443 B
Plaintext

# Pyenv version file
/.python-version
# Chart artifacts
/charts/*.tgz
/charts/*/charts
/charts/*/requirements.lock
# Build & test artifacts
/.cache
/.eggs
/.helm-pid
/.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/