diff --git a/.gitignore b/.gitignore index 505a3b1..50bbbbf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ __pycache__/ *.py[oc] build/ +!dist/*.whl +!dist/.gitignore dist/ wheels/ *.egg-info diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 0000000..e7aac78 --- /dev/null +++ b/dist/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!*.whl \ No newline at end of file diff --git a/dist/renamer-0.2.0-py3-none-any.whl b/dist/renamer-0.2.0-py3-none-any.whl new file mode 100644 index 0000000..6f576c2 Binary files /dev/null and b/dist/renamer-0.2.0-py3-none-any.whl differ