Skip to content

Commit 3eda244

Browse files
committed
Major Fix
1 parent aa666ef commit 3eda244

File tree

82 files changed

+4744
-2744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+4744
-2744
lines changed

.dockerignore

Lines changed: 0 additions & 123 deletions
This file was deleted.

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ ENABLE_LOCAL_LLM=true
237237
OLLAMA_URL=http://ollama:11434
238238

239239
# Ollama model to use for analysis
240-
# Primary model: gemma3:270m (ultra-fast, 270M params, ~200MB RAM)
240+
# Primary model: gemma3:270m (ultra-fast, 270M params, ~200MB RAM) - SET AS PRIMARY
241241
# Fallback model: phi3:mini (better reasoning, 3.8B params, 2GB RAM)
242242
OLLAMA_MODEL=gemma3:270m
243243
OLLAMA_FALLBACK_MODEL=phi3:mini

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ $RECYCLE.BIN/
101101
# Docker override files
102102
docker-compose.override.yml
103103
compose.override.yml
104+
compose.override.yaml
104105

105106
# Docker volumes and data
106107
data/
@@ -275,9 +276,16 @@ venv/
275276

276277
# Keep Docker configs
277278
!docker/
279+
!docker-image/
278280
!Dockerfile*
279281
!compose*.yml
282+
!compose*.yaml
280283

281284
# Keep scripts
282285
!scripts/
283-
!scripts/*.sh
286+
!scripts/*.sh
287+
288+
# Keep essential data directory structure but not contents
289+
!data/
290+
data/*
291+
!data/.gitkeep

0 commit comments

Comments
 (0)