From 41086e95ada729e984cb6d78078e9df3a2acfcf4 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sun, 1 Sep 2024 14:50:24 +0700 Subject: [PATCH] chore: Ignore .venv/ directory and update .gitignore due to error numpy error `ValueError: numpy.ndarray size changed, may indicate binary incompatibility.` by creating venv. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0dfc4f8..32c2c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ # Ignore CSV files in the data directory and all its subdirectories data/**/*.csv - +.venv/ *.pyc \ No newline at end of file