added python tool inital version
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -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/
|
||||
Reference in New Issue
Block a user