mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Local test clean (#96)
* Add ignores for working coverage/tox/IDE files. * Allow tox not to fail if python version is not available.
This commit is contained in:
parent
0b2e371e79
commit
44424c1182
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Compiled python modules.
|
# Compiled python modules.
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# Setuptools distribution folder.
|
# Setuptools distribution folder.
|
||||||
/dist/
|
/dist/
|
||||||
@ -8,4 +9,20 @@ __pycache__/
|
|||||||
/*.egg-info
|
/*.egg-info
|
||||||
/*.egg
|
/*.egg
|
||||||
|
|
||||||
|
# Coverage
|
||||||
|
.coverage
|
||||||
|
|
||||||
|
# Tox
|
||||||
|
.tox
|
||||||
|
.cache
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# VirtualEnvs
|
||||||
|
venv
|
||||||
|
.venv
|
||||||
|
|
||||||
/build
|
/build
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user