mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
70061cbe67
* Update cli.py Fix crash when kasa cli is called with --month or --year arguments. * Update cli.py * Fix crash on emeter monthly, yearly cli calls * Formatting fix.
30 lines
287 B
Plaintext
30 lines
287 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
|