# vim swap files
*.swp

# python bytecode files
*.pyc
__pycache__/

# python setuptools
*.egg-info
dist/

# python tox files
.tox/
.cache/

# python virtualenv
env/
