python-kasa/.gitignore

12 lines
178 B
Plaintext
Raw Normal View History

# Compiled python modules.
__pycache__/
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
/*.egg
/build