Added so much stuff I cant keep up. I think some sorting capability and a way to add metadata to each folder (WIP)

This commit is contained in:
Kylian Schmidt
2025-07-29 09:38:28 +02:00
parent 3e2aaa4be8
commit f3adbe49fa
30 changed files with 1134 additions and 697 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"flake8.args": [
"--max-line-length=120",
"--ignore=W293,E123,W503",
],
}