Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-09-05 16:45:57 +02:00
commit 943011a547
18 changed files with 876 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