Update .gitignore to properly track cache manager code

This commit is contained in:
Pascal BIBEHE 2025-06-04 23:39:20 +02:00
parent d364f072fb
commit b339dff0d7

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ cache/
# But DO track the cache manager Python code in the package # But DO track the cache manager Python code in the package
!ETF_Portal/ETF_Portal/cache/*.py !ETF_Portal/ETF_Portal/cache/*.py
!ETF_Portal/ETF_Portal/cache/__init__.py !ETF_Portal/ETF_Portal/cache/__init__.py
!ETF_Portal/ETF_Portal/cache/
# Python # Python