# secrets — never commit the HA token or anything derived from `pass`
ha_token
*.token
.env
*.secret

# python
__pycache__/
*.pyc

# editor / os
.DS_Store
