This commit is contained in:
Ivan Vazhenin
2024-04-25 20:34:51 +03:00
commit 90d628be01
20 changed files with 1517 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/.idea
/venv
.pytest_cache/
dist/
build/
__pycache__/
*.pyc
*.egg-info/