mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
44424c1182
* Add ignores for working coverage/tox/IDE files. * Allow tox not to fail if python version is not available.
29 lines
271 B
Plaintext
29 lines
271 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
|
|
|
|
|