mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13: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.
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Setuptools distribution folder.
|
||||
/dist/
|
||||
@ -8,4 +9,20 @@ __pycache__/
|
||||
/*.egg-info
|
||||
/*.egg
|
||||
|
||||
# Coverage
|
||||
.coverage
|
||||
|
||||
# Tox
|
||||
.tox
|
||||
.cache
|
||||
|
||||
# IntelliJ
|
||||
.idea
|
||||
|
||||
# VirtualEnvs
|
||||
venv
|
||||
.venv
|
||||
|
||||
/build
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user