python-kasa/.gitignore
Steven B 3e0cd07b7c
Update docs for newer devices and DeviceConfig (#614)
* Update docs for newer devices and DeviceConfig

* Tweak docs post review

* Move sentence to newline

* Update post review

* Update following review
2024-01-10 20:13:14 +01:00

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