# vim swap files
.*.sw*
# build compilation directory
build
# binary install directory
bin
# log files
log
# python cache
__pycache__
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
