2015-07-28 16:00:33 -07:00
|
|
|
*.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
|
2018-01-11 09:45:43 +08:00
|
|
|
*.lock
|
2015-07-28 16:00:33 -07:00
|
|
|
.tox
|
|
|
|
nosetests.xml
|
2018-01-11 09:45:43 +08:00
|
|
|
.secret_key_store
|
2015-07-28 16:00:33 -07:00
|
|
|
.testrepository
|
2015-11-04 14:33:49 -06:00
|
|
|
node_modules
|
|
|
|
coverage*
|
2016-03-23 14:48:08 -05:00
|
|
|
test-shim.js
|
2015-07-28 16:00:33 -07:00
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
2017-12-17 15:52:42 +08:00
|
|
|
.zanata-cache/
|
2018-01-27 18:38:03 +08:00
|
|
|
django.pot
|
|
|
|
djangojs.pot
|
2015-07-28 16:00:33 -07:00
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Complexity
|
|
|
|
output/*.html
|
|
|
|
output/*/index.html
|
|
|
|
|
|
|
|
# Sphinx
|
|
|
|
doc/build
|
2018-01-11 09:45:43 +08:00
|
|
|
doc/source/contributor/modules
|
2015-07-28 16:00:33 -07:00
|
|
|
|
|
|
|
# pbr generates these
|
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
*~
|
|
|
|
.*.swp
|
|
|
|
.*sw?
|
2017-12-17 15:52:42 +08:00
|
|
|
.ropeproject/
|
2018-07-11 18:14:48 +08:00
|
|
|
.DS_Store
|
2018-03-07 11:59:34 +08:00
|
|
|
|
2018-11-15 14:23:27 +01:00
|
|
|
# IntelliJ editors
|
|
|
|
.idea
|
|
|
|
|
2018-03-07 11:59:34 +08:00
|
|
|
# Conf
|
|
|
|
octavia_dashboard/conf
|
2022-09-29 10:15:23 +02:00
|
|
|
|
|
|
|
# Git
|
|
|
|
*.orig
|