Minimal astro created
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user