chore: gitignore (config.ini von Commit ausschliessen)
This commit is contained in:
+15
@@ -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
|
||||
Reference in New Issue
Block a user