diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 08:09:19 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 08:09:19 +0200 |
commit | c27664f80963a07659d09873a6f9175b725438bf (patch) | |
tree | 4a404c6345a9b8a0baafb75d894794941e2cf1fa /.gitignore | |
parent | 7da23f5729304284b0d93dfc4965d3ab3cebcfe1 (diff) | |
download | ShellyPy-c27664f80963a07659d09873a6f9175b725438bf.tar.gz ShellyPy-c27664f80963a07659d09873a6f9175b725438bf.zip |
support Python2
type hints among other things have been removed to support Python 2 fully
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ build dist *.egg-info -__pycache__
\ No newline at end of file +__pycache__ +*.pyc |