Hello,
I pull request to have an opinion on the clarity of code, to have tips to clarify it as well as any remarks that may cross your mind.
Thanks a lot!
Stop adding "personnal" files to the .gitignore. Pick a name for test files you use across the repo and only add this one to the gitignore, or better, don't test from files within this repo.
Sort your imports. This could be done with a pre-commit hook, or by using PyCharm / the right extension for VSCode.
Hello, I pull request to have an opinion on the clarity of code, to have tips to clarify it as well as any remarks that may cross your mind. Thanks a lot!