David K. Bainbridge | b541504 | 2016-05-13 17:06:10 -0700 | [diff] [blame] | 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) |
| 2 | *.o |
| 3 | *.a |
| 4 | *.so |
| 5 | |
| 6 | # Folders |
| 7 | _obj |
| 8 | _test |
| 9 | |
| 10 | # Architecture specific extensions/prefixes |
| 11 | *.[568vq] |
| 12 | [568vq].out |
| 13 | |
| 14 | *.cgo1.go |
| 15 | *.cgo2.c |
| 16 | _cgo_defun.c |
| 17 | _cgo_gotypes.go |
| 18 | _cgo_export.* |
| 19 | |
| 20 | _testmain.go |
| 21 | |
| 22 | *.exe |
| 23 | *.test |
| 24 | *.prof |
| 25 | bin |
| 26 | src |
| 27 | maas-flow |
| 28 | # Byte-compiled / optimized / DLL files |
| 29 | __pycache__/ |
| 30 | *.py[cod] |
| 31 | *$py.class |
| 32 | |
| 33 | # C extensions |
| 34 | *.so |
| 35 | |
| 36 | # Distribution / packaging |
| 37 | .Python |
| 38 | env/ |
| 39 | build/ |
| 40 | develop-eggs/ |
| 41 | dist/ |
| 42 | downloads/ |
| 43 | eggs/ |
| 44 | .eggs/ |
| 45 | lib/ |
| 46 | lib64/ |
| 47 | parts/ |
| 48 | sdist/ |
| 49 | var/ |
| 50 | *.egg-info/ |
| 51 | .installed.cfg |
| 52 | *.egg |
| 53 | |
| 54 | # PyInstaller |
| 55 | # Usually these files are written by a python script from a template |
| 56 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 57 | *.manifest |
| 58 | *.spec |
| 59 | |
| 60 | # Installer logs |
| 61 | pip-log.txt |
| 62 | pip-delete-this-directory.txt |
| 63 | |
| 64 | # Unit test / coverage reports |
| 65 | htmlcov/ |
| 66 | .tox/ |
| 67 | .coverage |
| 68 | .coverage.* |
| 69 | .cache |
| 70 | nosetests.xml |
| 71 | coverage.xml |
| 72 | *,cover |
| 73 | .hypothesis/ |
| 74 | |
| 75 | # Translations |
| 76 | *.mo |
| 77 | *.pot |
| 78 | |
| 79 | # Django stuff: |
| 80 | *.log |
| 81 | |
| 82 | # Sphinx documentation |
| 83 | docs/_build/ |
| 84 | |
| 85 | # PyBuilder |
| 86 | target/ |
| 87 | |
| 88 | #Ipython Notebook |
| 89 | .ipynb_checkpoints |