Eric Fiselier | 8c39fe4 | 2015-01-22 20:00:06 +0000 | [diff] [blame] | 1 | # Byte-compiled / optimized / DLL files |
| 2 | __pycache__/ |
| 3 | *.py[cod] |
| 4 | |
Saleem Abdulrasool | 6467718 | 2015-12-04 02:15:02 +0000 | [diff] [blame] | 5 | # vim swap files |
| 6 | .*.sw? |
| 7 | .sw? |
| 8 | |
Eric Fiselier | 8c39fe4 | 2015-01-22 20:00:06 +0000 | [diff] [blame] | 9 | # C extensions |
| 10 | *.so |
| 11 | |
| 12 | # Distribution / packaging |
| 13 | .Python |
| 14 | env/ |
| 15 | build/ |
| 16 | develop-eggs/ |
| 17 | dist/ |
| 18 | downloads/ |
| 19 | eggs/ |
| 20 | #lib/ # We actually have things checked in to lib/ |
| 21 | lib64/ |
| 22 | parts/ |
| 23 | sdist/ |
| 24 | var/ |
| 25 | *.egg-info/ |
| 26 | .installed.cfg |
| 27 | *.egg |
| 28 | |
| 29 | # PyInstaller |
| 30 | # Usually these files are written by a python script from a template |
| 31 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 32 | *.manifest |
| 33 | *.spec |
| 34 | |
| 35 | # Installer logs |
| 36 | pip-log.txt |
| 37 | pip-delete-this-directory.txt |
| 38 | |
| 39 | # Unit test / coverage reports |
| 40 | htmlcov/ |
| 41 | .tox/ |
| 42 | .coverage |
| 43 | .cache |
| 44 | nosetests.xml |
| 45 | coverage.xml |
| 46 | |
| 47 | # Translations |
| 48 | *.mo |
| 49 | *.pot |
| 50 | |
| 51 | # Django stuff: |
| 52 | *.log |
| 53 | |
| 54 | # Sphinx documentation |
| 55 | docs/_build/ |
| 56 | |
| 57 | # PyBuilder |
| 58 | target/ |