This commit is contained in:
Azamat 2026-03-20 12:36:30 +03:00
commit a5577c1501
9 changed files with 906 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.env
*_cache
# Virtual environments
.venv