west/.gitignore

15 lines
201 B
Plaintext

build/
dist/
west.egg-info/
__pycache__/
.pytest_cache/
.eggs/
shippable/
.tox/
.coverage*
.mypy_cache/
# htmlcov is generated by tox due to coverage gathering in pytest
htmlcov/
.dir-locals.el
.venv/