python-kasa/.gitignore

31 lines
298 B
Plaintext
Raw Normal View History

# 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