Initial commit

This commit is contained in:
lores
2025-05-29 21:50:48 +03:00
commit 9ec3efbf21
16 changed files with 1572 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
**/__pycache__/
.*/
*.egg-info/
*.egg
build/
dist/
dev/
!.github/