Logging: Logs werden jetzt im logs/ Unterverzeichnis gespeichert

This commit is contained in:
2025-08-20 08:40:32 +02:00
parent 634806ec44
commit bcc6869d13
3 changed files with 134 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
.venv/
__pycache__/
*.py[cod]
# Logs
logs/
*.log
.env
.DS_Store