Initial commit

This commit is contained in:
2025-12-29 18:29:35 +03:00
commit 0599dbcdf4
7 changed files with 3693 additions and 0 deletions

15
.gitignore vendored Normal file
View File

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