*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
.eggs/

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea

# Complexity
output/*.html
output/*/index.html

# Sphinx
doc/build
doc/source/_build

.pytest_cache
tests/pytest/.cache/

# Generated by PBR
AUTHORS
ChangeLog

# release notes published
RELEASENOTES.rst
releasenotes/notes/reno.cache

# others
.vscode/
venv/
