brintos

brintos / llvm-project-archived public Read only

0
0
Text · 751 B · 39a2e3a Raw
59 lines · plain
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4 5# vim swap files6.*.sw?7.sw?8 9# C extensions10*.so11 12# Distribution / packaging13.Python14env/15build/16develop-eggs/17dist/18downloads/19eggs/20#lib/ # We actually have things checked in to lib/21lib64/22parts/23sdist/24var/25*.egg-info/26.installed.cfg27*.egg28 29# PyInstaller30#  Usually these files are written by a python script from a template31#  before PyInstaller builds the exe, so as to inject date/other infos into it.32*.manifest33*.spec34 35# Installer logs36pip-log.txt37pip-delete-this-directory.txt38 39# Unit test / coverage reports40htmlcov/41.tox/42.coverage43.cache44nosetests.xml45coverage.xml46 47# Translations48*.mo49*.pot50 51# Django stuff:52*.log53 54# Sphinx documentation55docs/_build/56 57# PyBuilder58target/59