Update configuration loading with Cargo.toml path and clean up .gitignore

---

This commit message concisely communicates the key changes:

1. The code now builds an absolute path to the `Cargo.toml` file, enhancing clarity in configuration loading.
2. The addition of `PathBuf` usage improves type safety.
3. The removal of unnecessary entries from `.gitignore` helps maintain a clean project structure.

These updates reflect improvements in both functionality and project organization.
This commit is contained in:
geoffsee
2025-08-31 14:06:44 -04:00
parent 7bc9479a11
commit 38d51722f2
3 changed files with 14 additions and 15 deletions

1
.gitignore vendored
View File

@@ -23,7 +23,6 @@ package-lock.json
# Web frontend build outputs
dist/
.trunk/
# ML model and embedding caches
.fastembed_cache/