mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
* Add check to ensure devices with lat/lon with `_i` suffix are supported (#54) * Add .gitignore for posterity
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Compiled python modules.
|
||||
__pycache__/
|
||||
|
||||
# Setuptools distribution folder.
|
||||
/dist/
|
||||
|
||||
# Python egg metadata, regenerated from source files by setuptools.
|
||||
/*.egg-info
|
||||
/*.egg
|
||||
|
||||
/build
|
Reference in New Issue
Block a user