From 019a426af4bb7f0ea6c3ca0519c821aabf0240b0 Mon Sep 17 00:00:00 2001 From: Hannes Signer Date: Mon, 17 Feb 2025 22:23:48 +0100 Subject: [PATCH] update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad9e77e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/preprocessing.cpython-311.pyc