a3fd90b776
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: Icb3886271885bfee19981a6acdda3163f3cd72f8
69 lines
706 B
Plaintext
69 lines
706 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
cloudkitty.egg-info
|
|
.idea/
|
|
|
|
# Configuration file
|
|
etc/cloudkitty/cloudkitty.conf.sample
|
|
etc/cloudkitty/policy.yaml.sample
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.stestr/
|
|
.coverage
|
|
.cache
|
|
coverage.xml
|
|
cover
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
doc/build/
|
|
|
|
# Rope
|
|
.ropeproject/
|
|
|
|
# Others
|
|
*.sqlite
|
|
*.swp
|
|
*~
|
|
*.swn
|
|
*.swo
|
|
*.DS_Store
|
|
|
|
# tox -e docs
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
releasenotes/build
|