From e555cffa572f024e1e0d0cf9867d226f396a470a Mon Sep 17 00:00:00 2001 From: rafa-ruiz Date: Mon, 16 Feb 2026 21:10:55 -0800 Subject: [PATCH] fix: enforce repository neutrality by ignoring local IDE and dev-container configurations --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 650947f..3b1d3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,6 @@ fabric.properties src/mrh_saltoki_common/py.typed *.history + +.devcontainer +.vscode \ No newline at end of file