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