python-muranoclient/.gitignore
Vu Cong Tuan a90ede0d6c 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: I9a52c912ef5ad19fe24e9294f573a2770436d5e3
2018-07-13 07:57:12 +07:00

42 lines
384 B
Plaintext

#IntelJ Idea
.idea/
#virtualenv
.venv/
#Build results
build/
dist/
*.egg-info/
.tox
AUTHORS
ChangeLog
eggs/
.eggs/
develop-eggs/
*.egg
#Python
*.pyc
#Translation build
*.mo
#SQLite Database files
*.sqlite
#Autogenerated Documentation
doc/source/api
#Testing framework
.stestr/
.coverage
*,cover
cover
#swap file
*.swp
# Files created by releasenotes build
releasenotes/build