1# Byte-compiled / optimized / DLL files 2__pycache__/ 3*.py[cod] 4 5# C extensions 6*.so 7 8# Distribution / packaging 9.Python 10env/ 11build/ 12develop-eggs/ 13dist/ 14downloads/ 15eggs/ 16#lib/ # We actually have things checked in to lib/ 17lib64/ 18parts/ 19sdist/ 20var/ 21*.egg-info/ 22.installed.cfg 23*.egg 24 25# Installer logs 26pip-log.txt 27pip-delete-this-directory.txt 28 29# Unit test / coverage reports 30htmlcov/ 31.tox/ 32.coverage 33.cache 34nosetests.xml 35coverage.xml 36 37# Translations 38*.mo 39*.pot 40 41# Django stuff: 42*.log 43 44# Sphinx documentation 45docs/_build/ 46 47# PyBuilder 48target/ 49 50# MSVC libraries test harness 51env.lst 52keep.lst 53 54# Editor by-products 55.vscode/ 56