mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 03:03:35 +00:00
3e0cd07b7c
* Update docs for newer devices and DeviceConfig * Tweak docs post review * Move sentence to newline * Update post review * Update following review
31 lines
298 B
Plaintext
31 lines
298 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
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# VirtualEnvs
|
|
venv
|
|
.venv
|
|
|
|
/build
|
|
docs/build
|