timofurrer/w1thermsensor

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# vim swap files
*.swp

# emacs backup files
*~

# pycharm files
.idea/

# python bytecode files
*.pyc

# virtualenv
env

# distutils with PIP
build
dist
w1thermsensor.egg-info

# coverage data
.coverage*
coverage.xml

# ignore temporary tox environments
.tox

# debian build files
.pybuild/
debian/debhelper-build-stamp
debian/files
debian/python*-w1thermsensor.debhelper.log
debian/python*-w1thermsensor.postinst.debhelper
debian/python*-w1thermsensor.prerm.debhelper
debian/python*-w1thermsensor.substvars
debian/python*-w1thermsensor/
deb/