[gitignore] add python virtual env folder (#11515)

This commit is contained in:
Jason Zhang
2025-05-21 22:14:41 +08:00
committed by GitHub
parent 4071e328fe
commit 8dec719a57
+4
View File
@@ -45,6 +45,10 @@ cmake-build-*/**
# Python bytecodes
__pycache__
# Python environments
.venv
venv/
# Unit test files
CTestTestfile.cmake
ot-test-*