51279dd862
This adds the repo for api-ref for mistral api reference. The api can be documented in the files added. Change-Id: I624abe6caee01e577ff8cda1660cbd8722856135 Partial-Implements: blueprint mistral-api-ref
60 lines
610 B
Plaintext
60 lines
610 B
Plaintext
*.py[cod]
|
|
*.sqlite
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.venv
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
cover/*
|
|
.testrepository/
|
|
subunit.log
|
|
.mistral.conf
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
.DS_Store
|
|
etc/*.conf
|
|
etc/mistral.conf.sample
|
|
|
|
#Linux swap file
|
|
*.swp
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Files created by doc build
|
|
doc/source/api
|
|
|
|
# Files created by API build
|
|
api-ref/build/
|