python-tricircleclient/.gitignore
Vu Cong Tuan 2bb2bda87b Switch to stestr
According to Openstack summit session [1], stestr is 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.openstack.org/p/YVR-python-pti

Change-Id: Idf968272f7e741901dfcaaf00ba682deb9d1ac4a
2018-07-09 09:02:08 -07:00

59 lines
494 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage*
cover/
.tox
.stestr/
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
.idea/
# generated docs
doc/source/api