Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-08-29 00:54:19 +02:00
commit af0b68fea6
13 changed files with 1650 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env