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

# Translations
*.mo

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

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

# Sphinx
docs/_build

# PyCharm
/.idea

# temp files created by `pytest_testmon`
.tmontmp
.testmondata

# pytest cache
.*cache

# pyenv local
.python-version

# Editor/OS
*~
.*.swp
.DS_Store

# JUnit-compatible test reports
junit-*.xml

# Local env
.env
