added python tool inital version

This commit is contained in:
2026-02-25 10:09:17 +01:00
parent 288b1e45ef
commit 80c0e825a7
26 changed files with 369 additions and 0 deletions

21
.gitignore vendored
View File

@@ -1 +1,22 @@
# Build-Verzeichnisse (Zephyr)
build*/
# Virtuelle Umgebungen und Umgebungsvariablen
venv/
.venv/
env/
.env
# Python Cache und kompilierte Dateien
__pycache__/
*.py[cod]
*$py.class
*.so
# OS-spezifische Dateien
.DS_Store
Thumbs.db
# Tooling / IDEs (optional)
.vscode/
.idea/