daemondazz / homeassistant-displays

Custom display platform and components for Home Assistant
61 stars 15 forks source link

Use github python .gitignore #18

Closed artmg closed 3 years ago

artmg commented 4 years ago

and clean up pycache

Hi. the byte-compiled files in pycache folder should not normally be part of python git repos, so I have included the standard github .gitignore file from https://github.com/github/gitignore/blob/master/Python.gitignore then removed the un-needed folder and file

This PR has no functional change in the code

daemondazz commented 3 years ago

Thanks for your pull request. Not sure how that pyc file managed to sneak in! Merged.