Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-08-13 17:42:22 +02:00
parent cd4922c3ea
commit 835c6b743f
5 changed files with 490 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv