diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-08-15 21:42:57 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-08-15 21:42:57 +0200 |
commit | 710343b39a3483ffda8c6ccedaf98320886d8e48 (patch) | |
tree | 1f77c7de5da81c2a3738ea05dd72b66fab166bc1 /.gitignore | |
parent | c4866aa7b16400bb73e7f5389725fd0093dbd3c8 (diff) | |
download | TermIO-python-package-710343b39a3483ffda8c6ccedaf98320886d8e48.tar.gz TermIO-python-package-710343b39a3483ffda8c6ccedaf98320886d8e48.zip |
:construction: Fix stupid error, new version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ __pycache__ .pyc +build/ +dist/ |