Brad Bishop | fb270c0 | 2016-03-04 15:18:05 -0500 | [diff] [blame] | 1 | # Copyright (c) 2016 GitHub, Inc. |
| 2 | # |
| 3 | # Permission is hereby granted, free of charge, to any person obtaining a |
| 4 | # copy of this software and associated documentation files (the "Software"), |
| 5 | # to deal in the Software without restriction, including without limitation |
| 6 | # the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 7 | # and/or sell copies of the Software, and to permit persons to whom the |
| 8 | # Software is furnished to do so, subject to the following conditions: |
| 9 | # |
| 10 | # The above copyright notice and this permission notice shall be included in |
| 11 | # all copies or substantial portions of the Software. |
| 12 | # |
| 13 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 14 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 15 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 16 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 17 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 18 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 19 | # DEALINGS IN THE SOFTWARE. |
| 20 | |
| 21 | # source: https://github.com/github/gitignore/blob/master/Python.gitignore |
| 22 | |
| 23 | # Byte-compiled / optimized / DLL files |
| 24 | __pycache__/ |
| 25 | *.py[cod] |
| 26 | *$py.class |
| 27 | |
| 28 | # C extensions |
| 29 | *.so |
| 30 | |
| 31 | # Distribution / packaging |
| 32 | .Python |
| 33 | env/ |
| 34 | build/ |
| 35 | develop-eggs/ |
| 36 | dist/ |
| 37 | downloads/ |
| 38 | eggs/ |
| 39 | .eggs/ |
| 40 | lib/ |
| 41 | lib64/ |
| 42 | parts/ |
| 43 | sdist/ |
| 44 | var/ |
| 45 | *.egg-info/ |
| 46 | .installed.cfg |
| 47 | *.egg |
| 48 | |
| 49 | # PyInstaller |
| 50 | # Usually these files are written by a python script from a template |
| 51 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 52 | *.manifest |
| 53 | *.spec |
| 54 | |
| 55 | # Installer logs |
| 56 | pip-log.txt |
| 57 | pip-delete-this-directory.txt |
| 58 | |
| 59 | # Unit test / coverage reports |
| 60 | htmlcov/ |
| 61 | .tox/ |
| 62 | .coverage |
| 63 | .coverage.* |
| 64 | .cache |
| 65 | nosetests.xml |
| 66 | coverage.xml |
| 67 | *,cover |
| 68 | .hypothesis/ |
| 69 | |
| 70 | # Translations |
| 71 | *.mo |
| 72 | *.pot |
| 73 | |
| 74 | # Django stuff: |
| 75 | *.log |
| 76 | |
| 77 | # Sphinx documentation |
| 78 | docs/_build/ |
| 79 | |
| 80 | # PyBuilder |
| 81 | target/ |
| 82 | |
| 83 | #Ipython Notebook |
| 84 | .ipynb_checkpoints |
| 85 | |
| 86 | *.swo |
| 87 | *.swp |
Brad Bishop | f43e5d6 | 2017-06-09 23:08:03 -0400 | [diff] [blame] | 88 | |
| 89 | .deps* |
| 90 | .libs* |
| 91 | Makefile |
| 92 | Makefile.in |
| 93 | aclocal.m4 |
Andrew Geissler | 3b025e6 | 2019-02-01 10:33:54 -0600 | [diff] [blame] | 94 | aminclude_static.am |
Brad Bishop | f43e5d6 | 2017-06-09 23:08:03 -0400 | [diff] [blame] | 95 | ar-lib |
| 96 | *-libtool |
| 97 | autom4te.cache* |
| 98 | compile |
| 99 | config.* |
| 100 | configure |
| 101 | depcomp |
| 102 | install-sh |
| 103 | ltmain.sh |
| 104 | missing |
| 105 | stamp-h1 |
| 106 | *.la |
| 107 | *.lo |
| 108 | *.o |
| 109 | m4/ |
| 110 | mapper |
Gunnar Mills | 296395c | 2017-09-06 13:56:43 -0500 | [diff] [blame] | 111 | !mapper/ |
Brad Bishop | f43e5d6 | 2017-06-09 23:08:03 -0400 | [diff] [blame] | 112 | setup.py |
Matt Spinler | f9a1718 | 2018-09-19 13:45:04 -0500 | [diff] [blame] | 113 | mapperx |
Matt Spinler | 686ae77 | 2019-04-05 10:55:49 -0500 | [diff] [blame] | 114 | .dirstamp |
| 115 | *.trs |
| 116 | test-driver |
| 117 | src/test/associations |
| 118 | src/test/interfaces_added |
| 119 | src/test/need_to_introspect |
| 120 | src/test/well_known |
| 121 | src/test/name_change |