Process Flow - DVC (Data Version Control) basics
Initialize Git repo
Initialize DVC in repo
Add data files to DVC tracking
Commit changes to Git
Push data and code to remote storage
Pull data and code from remote when needed
This flow shows how you start with a Git repo, add DVC to track data files, commit changes, and push or pull data versions.