1*.pyc 2__pycache__ 3 4# vim swapfiles 5*.sw? 6 7# python packaging 8MANIFEST 9dist/ 10build/ 11*.egg-info/ 12 13# Pycharm stuff 14.idea/ 15