# vim swap files
*.swp

# python bytecode files
*.pyc
__pycache__/

# python virtualenv and build
.cache/
.tox/
env/
tagexpressions.egg-info/
