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