Initial commit
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
# Python cache
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# Other
|
||||
*.uuid
|
||||
*.conf
|
||||
*.db
|
||||
*.db-journal
|
||||
*.log
|
||||
*.noload
|
||||
*.txt
|
||||
*.sqlite
|
||||
*.xml
|
||||
*.backup
|
||||
*.json
|
||||
life360.sh
|
||||
.ip_authenticated.yaml
|
||||
ip_bans.yaml
|
||||
.config_entries.json
|
||||
*.google.token
|
||||
.google.token
|
||||
.ring_cache.pickle
|
||||
.spotify-token-cache
|
||||
.storage
|
||||
abodepy_cache.pickle
|
||||
camera_recording.py
|
||||
home-assistant.env
|
||||
home-assistant.*
|
||||
known_devices.yaml
|
||||
entity_registry.yaml
|
||||
secrets.yaml
|
||||
google_calendars.yaml
|
||||
SERVICE_ACCOUNT.json
|
||||
components
|
||||
deps
|
||||
tts
|
||||
www/icons
|
||||
www/floorplans
|
||||
www/community
|
||||
custom_components
|
||||
downloads
|
||||
icloud
|
||||
dlib_faces
|
||||
dlib_nofaces
|
||||
dlib_known_faces
|
||||
dlib_unknown_faces
|
||||
.cloud
|
||||
*.pickle
|
||||
.pc-session
|
||||
google*.deb
|
||||
.homekit.state
|
||||
Reference in New Issue
Block a user