1# Byte-compiled / optimized / DLL files 2__pycache__/ 3*.py[cod] 4*$py.class 5 6# C extensions 7*.so 8 9# Distribution / packaging 10.Python 11env/ 12build/ 13develop-eggs/ 14dist/ 15downloads/ 16eggs/ 17.eggs/ 18lib/ 19lib64/ 20parts/ 21sdist/ 22var/ 23*.egg-info/ 24.installed.cfg 25*.egg 26MANIFEST 27 28# PyInstaller 29# Usually these files are written by a python script from a template 30# before PyInstaller builds the exe, so as to inject date/other infos into it. 31*.manifest 32*.spec 33 34# Installer logs 35pip-log.txt 36pip-delete-this-directory.txt 37 38# Unit test / coverage reports 39htmlcov/ 40.tox/ 41.coverage 42.coverage.* 43.cache 44nosetests.xml 45coverage.xml 46*,cover 47.hypothesis/ 48test-output.html 49 50# Translations 51*.mo 52*.pot 53 54# Scrapy stuff: 55.scrapy 56 57# PyBuilder 58target/ 59 60# IPython Notebook 61.ipynb_checkpoints 62 63# pyenv 64.python-version 65 66# virtualenv 67venv/ 68ENV/ 69 70# MkDocs documentation 71site/ 72 73# Mac files 74.DS_Store 75