mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[gitignore] add python virtual env folder (#11515)
This commit is contained in:
@@ -45,6 +45,10 @@ cmake-build-*/**
|
|||||||
# Python bytecodes
|
# Python bytecodes
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Python environments
|
||||||
|
.venv
|
||||||
|
venv/
|
||||||
|
|
||||||
# Unit test files
|
# Unit test files
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
ot-test-*
|
ot-test-*
|
||||||
|
|||||||
Reference in New Issue
Block a user