feat: Implement caching for fetched items to improve startup performance and ignore cache files.

This commit is contained in:
2026-03-14 16:43:59 -07:00
parent b69515238c
commit 8f95ee5df9
2 changed files with 37 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
__pycache__/
*.pyc
.mainline_venv/
.mainline_cache_*.json