2015-06-04 15:26:55 +02:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
|
|
|
eggs
|
|
|
|
parts
|
|
|
|
bin
|
|
|
|
var
|
|
|
|
sdist
|
|
|
|
develop-eggs
|
|
|
|
.installed.cfg
|
|
|
|
lib
|
|
|
|
lib64
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
2015-10-22 17:02:45 +02:00
|
|
|
.coverage*
|
2015-06-04 15:26:55 +02:00
|
|
|
.tox
|
|
|
|
nosetests.xml
|
|
|
|
.testrepository
|
|
|
|
.venv
|
2015-10-22 17:02:45 +02:00
|
|
|
.idea
|
2015-06-04 15:26:55 +02:00
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Complexity
|
|
|
|
output/*.html
|
|
|
|
output/*/index.html
|
|
|
|
|
|
|
|
# Sphinx
|
|
|
|
doc/build
|
2016-01-15 14:43:22 +01:00
|
|
|
doc/source/api
|
2016-02-05 15:16:50 +01:00
|
|
|
doc/source/samples
|
|
|
|
doc/source/watcher.conf.sample
|
2015-06-04 15:26:55 +02:00
|
|
|
|
|
|
|
# pbr generates these
|
|
|
|
AUTHORS
|
|
|
|
ChangeLog
|
|
|
|
|
|
|
|
# Editors
|
|
|
|
*~
|
|
|
|
.*.swp
|
|
|
|
.*sw?
|
|
|
|
|
|
|
|
sftp-config.json
|
|
|
|
/.idea/
|
|
|
|
/cover/
|
|
|
|
.settings/
|
|
|
|
.eclipse
|
|
|
|
|
2015-10-22 17:02:45 +02:00
|
|
|
cover
|
|
|
|
/demo/
|
2016-06-03 11:50:49 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Files created by releasenotes build
|
|
|
|
releasenotes/build
|
2016-07-07 11:05:50 +03:00
|
|
|
|
|
|
|
# Desktop Service Store
|
|
|
|
*.DS_Store
|