965f178756
According to an Openstack summit session [1], stestr is a maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.opendev.org/p/YVR-python-pti Change-Id: Ie2169026d93ca85337db429c171ff1f82c2fa0d5
36 lines
278 B
Plaintext
36 lines
278 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# vim files
|
|
.*sw[op]
|
|
.*~
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
.stestr/
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
AUTHORS
|
|
ChangeLog
|