adding vscode workspaces to .gitignore

This commit is contained in:
Ryan Schultz
2026-06-29 14:29:17 -05:00
parent a757641b84
commit db0bbf6b84
+2
View File
@@ -28,6 +28,7 @@ venv
!.vscode/launch.json !.vscode/launch.json
!.vscode/tasks.json !.vscode/tasks.json
.vs .vs
/*.code-workspace
# PyCharm files # PyCharm files
.idea .idea
@@ -128,3 +129,4 @@ src/ifcopenshell-python/ifcopenshell/express/*.exp.cache.dat
*.claude *.claude
*.py.tmp* *.py.tmp*
*.json.tmp* *.json.tmp*