From b339dff0d7f0068ae6e63809ae11f6675a037e51 Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 4 Jun 2025 23:39:20 +0200 Subject: [PATCH] Update .gitignore to properly track cache manager code --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 94ecffa..d9a7bea 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ cache/ # But DO track the cache manager Python code in the package !ETF_Portal/ETF_Portal/cache/*.py !ETF_Portal/ETF_Portal/cache/__init__.py +!ETF_Portal/ETF_Portal/cache/ # Python