diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2019-09-22 12:39:05 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2019-09-22 12:39:05 +0200 |
commit | b627cce56bc49bea458ef89f2c836d197a67166d (patch) | |
tree | 6f1193b4e21a91b07d533da181c840073b706d70 /.gitignore | |
download | ShellyPy-b627cce56bc49bea458ef89f2c836d197a67166d.tar.gz ShellyPy-b627cce56bc49bea458ef89f2c836d197a67166d.zip |
Initial Commit0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da91870 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build +dist +*.egg-info +__pycache__
\ No newline at end of file |