
Add ability to set resources for components. Change-Id: I9c4b57fbba3a744d28118133303f9159d1595782
56 lines
623 B
Plaintext
56 lines
623 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
|
|
.devcontainer/
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.stestr
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
cover
|
|
.hypothesis/
|