*.py[cod]
__pycache__
dist
sdist
*.so
pip-log.txt
.DS_Store
*.egg
*.egg-info

# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.hypothesis
.cache

# PyCharm / IntelliJ
*.iml
.idea
*.ipr

# Eclipse
.project
.pydevproject

MANIFEST
venv
build

.vscode
*.swp
