From b5c01ac35d321b8fb116973f09aebdac60ebfd66 Mon Sep 17 00:00:00 2001 From: b-tsammmons <233864410+b-tsammons@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:31:54 -1000 Subject: [PATCH] Fix .gitignore to correctly include config.json --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ab1fc6..a3e65dd 100644 --- a/.gitignore +++ b/.gitignore @@ -167,4 +167,4 @@ build/ pyproject.toml # Config -\config.json \ No newline at end of file +config.json \ No newline at end of file