Update .gitignore to include pyproject.toml and config.json; remove src/config.json

This commit is contained in:
b-tsammmons
2025-11-13 12:30:15 -10:00
parent 1174b12ed9
commit 630c600f6d
2 changed files with 4 additions and 15 deletions
+4 -1
View File
@@ -164,4 +164,7 @@ storage/
# Build
build/
pyproject.toml
pyproject.toml
# Config
\config.json
-14
View File
@@ -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": ""
}