first commit

This commit is contained in:
2026-01-04 14:32:01 +03:00
commit f7ceacd07e
15 changed files with 2619 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.egg
# Test and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
# Type checkers / linters / formatters
.mypy_cache/
.pytype/
.ruff_cache/
# Virtual environments
.venv
# Environment variables
.env
.env.*
!.env.example
# OS / editor
.DS_Store