diff options
| author | Árni Dagur <arni@dagur.eu> | 2020-06-21 16:41:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-21 16:41:21 -0400 |
| commit | 4bb4cb4e6c49226740e80a8dd1639274e0719b53 (patch) | |
| tree | 62c3fe064a8bc39bc694bf22b80c7c1e3b755865 /.gitignore | |
| parent | 26b2ffa2e7d1970c30af5d9e97530575916fe769 (diff) | |
Add type stubs to project (#7)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -121,6 +121,7 @@ share/python-wheels/ | |||
| 121 | .installed.cfg | 121 | .installed.cfg |
| 122 | *.egg | 122 | *.egg |
| 123 | MANIFEST | 123 | MANIFEST |
| 124 | *.so | ||
| 124 | 125 | ||
| 125 | # PEP 582; used by e.g. github.com/David-OConnor/pyflow | 126 | # PEP 582; used by e.g. github.com/David-OConnor/pyflow |
| 126 | __pypackages__/ | 127 | __pypackages__/ |
