From dabea218068473f3ff24a54d8392d606efa41591 Mon Sep 17 00:00:00 2001 From: Fusneica-FlorentinCristian Date: Mon, 29 Jun 2026 14:58:19 +0300 Subject: [PATCH] chore: gitignore Revit SDK lib/ and test/RTFWorkDir/ build artifacts lib/ contains 37MB of Revit SDK DLLs checked out separately via the CI download step; test/RTFWorkDir/ holds 347MB of RTF build artifacts and Revit journals. Neither should be committed. Co-Authored-By: Claude Sonnet 4.6 (1M context) --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 93d7e05bba..d4bed87ce1 100644 --- a/.gitignore +++ b/.gitignore @@ -186,6 +186,12 @@ $RECYCLE.BIN/ # Mac crap .DS_Store +# Revit SDK binaries (37MB+ — checked out separately, not committed) +lib/ + +# RTF test working directory (build artifacts, Revit journals — not committed) +test/RTFWorkDir/ + ############# ## Python