diff options
author | jaseg <git@jaseg.de> | 2022-12-31 23:38:19 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-12-31 23:38:19 +0100 |
commit | 6e717a277be2893a8d7bafa6b3784cffaf81f17e (patch) | |
tree | a019db315e919df069fcce45185698f0cf0fbd32 /.gitignore | |
parent | 9d5fff7dba42d03d4f6f94d40139cf3dd91c3c52 (diff) | |
download | wsdiff-6e717a277be2893a8d7bafa6b3784cffaf81f17e.tar.gz wsdiff-6e717a277be2893a8d7bafa6b3784cffaf81f17e.tar.bz2 wsdiff-6e717a277be2893a8d7bafa6b3784cffaf81f17e.zip |
Prepare package for PyPI upload
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ -index.html -test/ -venv/ +build +dist +**/*.egg-info |