*.py[co]

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

# Installer logs
pip-log.txt

# Unit test / coverage reports
.pytest_cache/
.coverage
.tox
htmlcov/

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
# VS Code Settings
.vscode/
.venv/

# VS Code Settings
.vscode/settings.json

.editorconfig
.DS_Store

# Virtual Env ignore
venv
pythonenv*
