diff --git a/.gitignore b/.gitignore index a4ed8cd..1491a01 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,11 @@ homeai-character/characters/*.json !homeai-character/characters/.gitkeep # MCP Files -*.mcp* \ No newline at end of file +*.mcp* + +# Models +mlx_models/* +homeai-llm/modelfiles/* + +# Dev docs +plans/* \ No newline at end of file