first commit

This commit is contained in:
2025-10-24 03:13:40 +03:00
commit cd3c5626db
8 changed files with 765 additions and 0 deletions

11
.dockerignore Normal file
View File

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