
* Move docs dependencies out of test-requirements.txt * Eliminate python version specific test (py35) * Re-order default envlist to shorten feedback cycle * Minor whitespace changes * Simplify versions unit test * Add /.cache to .gitignore * Include tests directory in basic format requirements, but not flake8 * Fix sample noauth-api-paste.ini config Change-Id: I440f5c2d988098287f9914449f7103735f832192
26 lines
316 B
Plaintext
26 lines
316 B
Plaintext
# Pyenv version file
|
|
/.python-version
|
|
|
|
# Chart artifacts
|
|
/charts/*.tgz
|
|
/charts/*/charts
|
|
/charts/*/requirements.lock
|
|
|
|
# Build & test artifacts
|
|
/.cache
|
|
/.eggs
|
|
/.helm-pid
|
|
/.tox
|
|
/build
|
|
/conformance
|
|
/promenade.egg-info
|
|
|
|
# Python artifacts
|
|
__pycache__
|
|
|
|
# Sphinx artifacts
|
|
/docs/build/
|
|
/docs/*/_static/
|
|
/AUTHORS
|
|
/ChangeLog
|