Data Version Control (DVC) is an open source version control system tailored for data science and machine learning projects. It offers a Git-like experience to organize data, models, and experiments, enabling users to manage and version images, audio, video, and text files in storage, and to structure their machine learning modeling process into a reproducible workflow. DVC integrates seamlessly with existing software engineering tools, allowing teams to define any aspect of their machine learning projects, data and model versions, pipelines, and experiments, in human-readable metafiles. This approach facilitates the use of best practices and established engineering toolsets, reducing the gap between data science and software engineering. By leveraging Git, DVC enables versioning and sharing of entire machine learning projects, including source code, configurations, parameters, metrics, data assets, and processes, by committing DVC metafiles as placeholders.