diff --git a/.dvc/.gitignore b/.dvc/.gitignore new file mode 100644 index 0000000..528f30c --- /dev/null +++ b/.dvc/.gitignore @@ -0,0 +1,3 @@ +/config.local +/tmp +/cache diff --git a/.dvc/config b/.dvc/config new file mode 100644 index 0000000..58a9f07 --- /dev/null +++ b/.dvc/config @@ -0,0 +1,4 @@ +[core] + remote = localstorage +['remote "localstorage"'] + url = ~/dvc_storage diff --git a/.dvcignore b/.dvcignore new file mode 100644 index 0000000..5197305 --- /dev/null +++ b/.dvcignore @@ -0,0 +1,3 @@ +# Add patterns of files dvc should ignore, which could improve +# the performance. Learn more at +# https://dvc.org/doc/user-guide/dvcignore diff --git a/.gitignore b/.gitignore index f72f034..4f47a34 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__/ .ipynb_checkpoints/ data/* !data/.gitkeep -*.dvc +!.dvc +!data/raw/raw_data.csv.dvc \ No newline at end of file