From 1ad8245f4c8c917cb9771e3daf4d64c1213eb6c6 Mon Sep 17 00:00:00 2001 From: MatOgr Date: Sun, 5 Jun 2022 23:38:59 +0200 Subject: [PATCH] Dvc init --- .dvc/config | 0 .dvcignore | 3 +++ .gitignore | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 .dvc/config create mode 100644 .dvcignore create mode 100644 .gitignore diff --git a/.dvc/config b/.dvc/config new file mode 100644 index 0000000..e69de29 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 new file mode 100644 index 0000000..5d5cdc4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vscode/settings.json +mlruns +*.csv +avocado* +*cpython* \ No newline at end of file