diff options
author | Wolfgang Müller | 2021-11-14 18:55:52 +0100 |
---|---|---|
committer | Wolfgang Müller | 2021-11-14 18:55:52 +0100 |
commit | 0fb4fc20559c9a5de5a10c74c1247635a1523255 (patch) | |
tree | dbd27ffd7e5d09af732e973455bea1e47e46609f /.gitignore | |
download | ywalk-0.1.0.tar.gz |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4176048 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.egg-info/ +/build/ +/dist/ |