From 2db4acd4936fee66452de2709c91ae96421abdc7 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 20 Feb 2026 21:41:43 -0500 Subject: [PATCH] dont use let gemini respect .gitignore --- .gemini/settings.json | 7 +++++++ Readme.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gemini/settings.json diff --git a/.gemini/settings.json b/.gemini/settings.json new file mode 100644 index 0000000..3cbddf1 --- /dev/null +++ b/.gemini/settings.json @@ -0,0 +1,7 @@ +{ + "context": { + "fileFiltering": { + "respectGitIgnore": false + } + } +} diff --git a/Readme.md b/Readme.md index 27dc685..822748c 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ This repository contains the curation materials and prototype implementation for ## Project Goal -The objective is to *learn* how to build this architecture from scratch, with the AI acting as a highly contextualized mentor. We are using a `-nostdlib` C environment on Win32 to construct a visual editor that is simultaneously the IDE, the compiler, and the OS for a tiny, high-performance computing environment. +The objective is to *learn* how to build this architecture from scratch, with the AI acting as a highly contextualized mentor. ## Current State