From 811f6c9a2c5a06f983c8ed01ca17388c52919322 Mon Sep 17 00:00:00 2001 From: Cosimo Bassi <65770425+cusma@users.noreply.github.com> Date: Sat, 9 Sep 2023 01:39:26 +0200 Subject: [PATCH] Ignore `__pycache__` (#16) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ac96c8..08a703d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ +# Python +__pycache__/ + # IDE .idea/ # Artifacts -/book +book/ *.csv