This commit is contained in:
2026-02-21 11:45:58 +01:00
commit 70ba4a0279
10 changed files with 270 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
env/
venv/
.env
# Configuration / Secrets
# Falls die YAML sensible Daten enthält, hier aufnehmen:
# config.yaml
# OS
.DS_Store
Thumbs.db