From abf874b224a2ab17435cccac0041c8c563cd6561 Mon Sep 17 00:00:00 2001 From: hhh Date: Sat, 4 Jan 2025 16:02:43 +0200 Subject: [PATCH] upd gitignore --- .gitignore | 4 ++++ publish.bat | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 publish.bat diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adbc4e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/dist/ +*.egg-info +/.idea/ +**/__pycache__/ \ No newline at end of file diff --git a/publish.bat b/publish.bat new file mode 100644 index 0000000..240c3ce --- /dev/null +++ b/publish.bat @@ -0,0 +1,2 @@ +python setup.py sdist +python -m twine upload dist/* \ No newline at end of file