.dvcignore
Examples of ignoring files with `.dvcignore`.
dvc fetch
Examples of using the command `dvc fetch`.
Shared Server
Some teams may prefer using a single shared machine to run their experiments. This allows them to have better resource utilization and to share data of their projects efficiently.
SSH Remote DVC Storage
Sharing data through a SSH remote DVC storage.
Mounted DVC Storage
Sharing data through a DVC storage that is mounted (by sshfs, NFS, Samba, etc.)
Mounted DVC Cache
Sharing data through a DVC cache that is located on a Network-Attached Storage (NAS).
Synchronized DVC Storage
Sharing data by synchronizing DVC storages through a cloud storage provider.