mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
27 lines
269 B
Plaintext
27 lines
269 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
|