*.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
.coverage
.tox
nosetests.xml

# py.test lastfailed cache
.cache

# Translations
*.mo

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

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

# Sphinx
docs/_build

# Other
/.pytest_cache
/.python-version
/.ropeproject
/_
/db.sqlite
/env
/example.py
/libs
/ops
/peewee.db
/plugins
/probe.py
/settings
/test*.py
/todo.txt
/TODO.md
