From 630c600f6d5f99f32e57ae7fe4c27841a85822be Mon Sep 17 00:00:00 2001 From: b-tsammmons <233864410+b-tsammons@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:30:15 -1000 Subject: [PATCH] Update .gitignore to include pyproject.toml and config.json; remove src/config.json --- .gitignore | 5 ++++- src/config.json | 14 -------------- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 src/config.json diff --git a/.gitignore b/.gitignore index 7635f14..7ab1fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -164,4 +164,7 @@ storage/ # Build build/ -pyproject.toml \ No newline at end of file +pyproject.toml + +# Config +\config.json \ No newline at end of file diff --git a/src/config.json b/src/config.json deleted file mode 100644 index 5306d06..0000000 --- a/src/config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "GITHUB_REPO": "", - "FORKED_REPO": "", - "LOCAL_REPO_PATH": "", - "AI_PROVIDER": "none", - "DRY_RUN": "false", - "DEFAULT_BRANCH": "main", - "THEME_MODE": "dark", - "AUTO_REFRESH": "true", - "REFRESH_INTERVAL": "300", - "OLLAMA_URL": "", - "OLLAMA_MODEL": "", - "CUSTOM_INSTRUCTIONS": "" -} \ No newline at end of file