promenade/.gitignore
SPEARS, DUSTIN (ds443n) 402ca43f6e Update Kubernetes to v1.32.1
Add ability to set resources for components.

Change-Id: I9c4b57fbba3a744d28118133303f9159d1595782
2025-03-20 15:50:50 +00:00

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/