Update: Battery Optimizer v3.4.0 mit allen Fixes und Features
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Backup files
|
||||
*_backup.py
|
||||
*_backup.yaml
|
||||
*_old.py
|
||||
*_old.yaml
|
||||
*.bak
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Personal/Sensitive
|
||||
secrets.yaml
|
||||
*.secret
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Home Assistant specific
|
||||
.uuid
|
||||
.HA_VERSION
|
||||
.storage/
|
||||
.cloud/
|
||||
deps/
|
||||
tts/
|
||||
|
||||
# Project specific
|
||||
*_fixed.py
|
||||
*_fixed.yaml
|
||||
DIAGNOSE_*.md
|
||||
FIX_*.md
|
||||
Reference in New Issue
Block a user