Add check to ensure devices with lat/lon with _i suffix are supported (#54) (#56)

* Add check to ensure devices with lat/lon with `_i` suffix are supported (#54)

* Add .gitignore for posterity
This commit is contained in:
Matt LeBrun
2017-04-26 12:43:50 -04:00
committed by Teemu R
parent 09e8948790
commit 93d24281c6
4 changed files with 52 additions and 3 deletions

11
.gitignore vendored Normal file
View 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