Initial commit

This commit is contained in:
2024-09-12 12:49:09 +03:00
commit 9cd982d835
5 changed files with 38 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# venv
.venv