trvrnrth / esphome-bsec-bme680

ESPHome component for the Bosch BME680 sensor via BSEC providing temperature, humidity, pressure and indoor air quality measurements.
85 stars 17 forks source link

Make git ignore __pycache__ directories #23

Closed luizribeiro closed 3 years ago

luizribeiro commented 3 years ago

Sometimes when compiling esphome nodes that use this library, a __pycache__ directory is created (if esphome-bsec-bme680 is used as a git submodule), which causes git to suggest that there's untracked content.

There's no point on these files being committed, so adding __pycache__ to .gitignore.