From a85d5e627ba4670a622ba6001c81ab1a11c4a281 Mon Sep 17 00:00:00 2001 From: cottongin Date: Mon, 9 Feb 2026 04:15:00 -0500 Subject: [PATCH] .gitignore tweaks for mod fork --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ec281eb9..93abed12 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,8 @@ build **/__pycache__/ /compile_commands.json /.cache + +# mod +mod/* +.cursor/* +chat-summaries/* \ No newline at end of file