mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
93d24281c6
* Add check to ensure devices with lat/lon with `_i` suffix are supported (#54) * Add .gitignore for posterity
12 lines
178 B
Plaintext
12 lines
178 B
Plaintext
# Compiled python modules.
|
|
__pycache__/
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
/*.egg
|
|
|
|
/build
|