upd gitignore

This commit is contained in:
hhh
2025-01-04 16:02:43 +02:00
parent f81be7ca0e
commit abf874b224
2 changed files with 6 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/dist/
*.egg-info
/.idea/
**/__pycache__/

2
publish.bat Normal file
View File

@@ -0,0 +1,2 @@
python setup.py sdist
python -m twine upload dist/*