chore: gitignore (config.ini von Commit ausschliessen)

This commit is contained in:
2026-05-20 12:59:55 +02:00
parent 2a1849aa19
commit bd62af9460
+15
View File
@@ -0,0 +1,15 @@
# Konfiguration enthält Passwörter niemals committen!
config.ini
# Python
__pycache__/
*.py[cod]
venv/
.venv/
*.egg-info/
# Logs
*.log
# macOS
.DS_Store