python-muranoclient/.gitignore
Ekaterina Fedorova d62b0f2d6e Add package-create command
This command composes application package from heat
templates and for muranoPL classes. Manifest file
is generated automatically. For a list values, such as
tags and categories comma is used.

Partly-implements: blueprint murano-cli-client

Change-Id: I6005bf24761e5537681156fe4fa17bcc11bc7501
2014-07-03 19:32:11 +04:00

33 lines
288 B
Plaintext

#IntelJ Idea
.idea/
#virtualenv
.venv/
#Build results
build/
dist/
*.egg-info/
.tox
AUTHORS
ChangeLog
#Python
*.pyc
#Translation build
*.mo
*.pot
#SQLite Database files
*.sqlite
#Autogenerated Documentation
doc/source/api
#Testing framework
.testrepository
.coverage
*,cover
cover