290c4e9550
Change-Id: Iabd189b2e2cc8196aa0eb05a2029cc468d58296d
74 lines
687 B
Plaintext
74 lines
687 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
|
|
*.lock
|
|
.tox
|
|
nosetests.xml
|
|
.secret_key_store
|
|
.testrepository
|
|
node_modules
|
|
coverage*
|
|
test-shim.js
|
|
|
|
# Translations
|
|
*.mo
|
|
.zanata-cache/
|
|
django.pot
|
|
djangojs.pot
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
doc/source/contributor/modules
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
.ropeproject/
|
|
.DS_Store
|
|
|
|
# IntelliJ editors
|
|
.idea
|
|
|
|
# Conf
|
|
octavia_dashboard/conf
|
|
|
|
# Git
|
|
*.orig
|