What's the recommended way to handle session_store.db and stats json in a git project? session_store.db is almost always a conflict on merge. It's easy to handle but was curious if there is additional logic recommended or if some people .gitignore these files.
Hi Dylan, Thanks for raising the issue. If you are not looking for collaborative experiment tracking, you can ignore this file from version control. Also if you are using KedroViz >= 9.2.0, these are placed inside .viz folder which can be gitignored. Thank you