1.DS_Store 2 3# Byte-compiled / optimized / DLL files 4__pycache__/ 5*.py[cod] 6*$py.class 7 8# Distribution / packaging 9.Python 10env/ 11/build/ 12develop-eggs/ 13dist/ 14downloads/ 15eggs/ 16.eggs/ 17lib/ 18lib64/ 19parts/ 20sdist/ 21var/ 22*.egg-info/ 23.installed.cfg 24*.egg 25 26# PyInstaller 27# Usually these files are written by a python script from a template 28# before PyInstaller builds the exe, so as to inject date/other infos into it. 29*.manifest 30*.spec 31 32# Installer logs 33pip-log.txt 34pip-delete-this-directory.txt 35 36# Unit test / coverage reports 37htmlcov/ 38.tox/ 39.coverage 40.coverage.* 41.cache 42nosetests.xml 43 44coverage.xml 45*,cover 46.hypothesis/ 47 48# Translations 49*.mo 50*.pot 51 52# Django stuff: 53*.log 54local_settings.py 55 56# Flask stuff: 57instance/ 58.webassets-cache 59 60# Scrapy stuff: 61.scrapy 62 63# Sphinx documentation 64docs/_build/ 65 66# IPython Notebook 67.ipynb_checkpoints 68 69# pyenv 70.python-version 71 72# celery beat schedule file 73celerybeat-schedule 74 75# dotenv 76.env 77 78# virtualenv 79venv/ 80ENV/ 81 82# Spyder project settings 83.spyderproject 84 85# Rope project settings 86.ropeproject 87 88# Temporary file from text editors 89*~ 90*.swp 91*.swo 92 93# Project settings 94.pydevproject 95