Skip to content

Commit 48fb2d9

Browse files
committed
Initialize data version control
Adding dvc package to environment.yml and running `dvc init` to get the barebones .dvcignore, .dvc/config & .dvc/.gitignore files.
1 parent 88fafa5 commit 48fb2d9

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Whitespace-only changes.

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
- codecov
1818
- coverage[toml]
1919
- docformatter
20+
- dvc
2021
- flake8
2122
- ipython
2223
- isort>=5

0 commit comments

Comments
 (0)