From ec65ba8968c43cdad340ee504efde10bcd379173 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 19 Oct 2025 18:39:46 +0200 Subject: [PATCH] Add debug files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46201c2..4075d71 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ __pycache__/ site/ # Dev config -llamactl.dev.yaml \ No newline at end of file +llamactl.dev.yaml + +# Debug files +__debug* \ No newline at end of file