From db0bbf6b848113589cda16a3417b1e0291548dbc Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Mon, 29 Jun 2026 14:29:17 -0500 Subject: [PATCH] adding vscode workspaces to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 80fbb01a00..a5c719cbb3 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ venv !.vscode/launch.json !.vscode/tasks.json .vs +/*.code-workspace # PyCharm files .idea @@ -128,3 +129,4 @@ src/ifcopenshell-python/ifcopenshell/express/*.exp.cache.dat *.claude *.py.tmp* *.json.tmp* +