python-kasa/.gitignore
2019-12-12 10:41:52 +01:00

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