From 681aa9c3eeb43b360baf8462dedb4294e43f3dbe Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Wed, 19 Nov 2025 16:30:46 -0500 Subject: [PATCH] chore: add vscode folder and python version file to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b1b8440011..1f5d6bd388 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,12 @@ target/ *.vim # Vscode Settings -.vscode/settings.json +.vscode # Python **/__pycache__/ .venv +.python-version # library generation **/googleapis