summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2019-09-23 08:09:19 +0200
committerJan200101 <sentrycraft123@gmail.com>2019-09-23 08:09:19 +0200
commitc27664f80963a07659d09873a6f9175b725438bf (patch)
tree4a404c6345a9b8a0baafb75d894794941e2cf1fa /.gitignore
parent7da23f5729304284b0d93dfc4965d3ab3cebcfe1 (diff)
downloadShellyPy-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--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index da91870..fdf69b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
build
dist
*.egg-info
-__pycache__ \ No newline at end of file
+__pycache__
+*.pyc