# Compiled python modules.
*.pyc

# Setuptools distribution and build folders.
/dist/
/build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg

# Vim droppings
.*.sw?

# Nose coverage data
/.coverage
/cover

# Tox stuff
.tox
