Minimal astro created

This commit is contained in:
2026-03-09 08:22:58 +01:00
commit 0c66d14aa4
10 changed files with 5597 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# 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/
# raw dateien
*.raw