# Compile Python files
__pycache__/
*.py[cod]

# Distribution / packaging
.Python
venv
venv2
venv27
venv3
venv3[3-9]
.venv
.venv2
.venv27
.venv3
.venv3[3-9]
env
.env
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
.python-version

# PyBuilder
target/

# Type checking
/.mypy_cache
.pyre
/type_info.json

# Sphinx documentation
docs/_build/

# IntelliJ
.idea
*.iml

# Visual Studio
/.vscode

# OS X
.DS_Store
