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
|
||||
__pycache__
|
||||
|
||||
# Python environments
|
||||
.venv
|
||||
venv/
|
||||
|
||||
# Unit test files
|
||||
CTestTestfile.cmake
|
||||
ot-test-*
|
||||
|
||||
Reference in New Issue
Block a user