python-kasa/.gitignore
Sean Gollschewsky 44424c1182 Local test clean (#96)
* Add ignores for working coverage/tox/IDE files.

* Allow tox not to fail if python version is not available.
2017-10-07 17:44:45 +02:00

29 lines
271 B
Plaintext

# Compiled python modules.
__pycache__/
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
# Coverage
.coverage
# Tox
.tox
.cache
# IntelliJ
.idea
# VirtualEnvs
venv
.venv
/build