Refactored the library a bit and added a .gitignore file.

This commit is contained in:
2025-01-05 10:13:59 +02:00
parent ac7ea3c88f
commit 1e0f3c694e
11 changed files with 1135 additions and 993 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignore all the python cache files
**/__pycache__/**/*
# Ignore all the dist files
**/dist/**/*