*.pyc
__pycache__
.tox
.coverage

# vim swapfiles
*.sw?

# virtual environment
.venv/

# python packaging
MANIFEST
dist/
build/
*.egg-info/

# Pycharm stuff
.idea/
