Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2026-03-20 13:30:53 +02:00
commit b56cc63c84
10 changed files with 918 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Environment variables
.env
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv