# Tempfiles/etc
*.DS_Store
*.a
*.la
*.lo
*.o
*.pyc
*.so
*.swo
*.swp
*~

# setuptools distribution directory
/dist/

# Python egg metadata
/*.egg-info
/.eggs

# setuptools build directory
/build/

MANIFEST

# Converted documentation
AUTHORS
INSTALL
README
TODO
