diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-08-15 15:07:24 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2019-08-15 15:07:24 +0200 |
commit | 4a6e117c9425b4b7ec0875b654c20ea92d3d7ce0 (patch) | |
tree | 078f52f42b70649c73e4d8b1a9ed2a54708be103 /.gitignore | |
download | TermIO-python-package-4a6e117c9425b4b7ec0875b654c20ea92d3d7ce0.tar.gz TermIO-python-package-4a6e117c9425b4b7ec0875b654c20ea92d3d7ce0.zip |
:sparkles: Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..366c1e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +.pyc |