untested cleanup

This commit is contained in:
Lukas Cremer
2026-02-03 21:28:22 +01:00
parent 9fe02d248f
commit b421b199ca
327 changed files with 373 additions and 6683 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Byte-compiled / optimized
*.pyc
*.pyo
__pycache__/
# Virtual environments
venv/
.venv/
env/
# IDE
.idea/
.vscode/
*.swp
*~
# OS
.DS_Store
Thumbs.db