sampsyo / hass-smartthinq

Home Assistant component for LG SmartThinQ HVAC devices
MIT License
282 stars 98 forks source link

add .gitignore for __pycache__ #56

Closed hmoffatt closed 4 years ago

hmoffatt commented 4 years ago

Can you please add a .gitignore with an entry to ignore the pycache subdirectory?

I cloned this repo into my homeassistant custom_components as recommended in the README. When I run homeassistant python is creating pycache, which causes the smartthingq checkout to appear as having unstaged files.

sampsyo commented 4 years ago

Hello! It is generally a really good idea to add things like this to your global .gitignore.

No objections to adding it to this repo too, of course—please open a PR if you like!