From ee7a56c45f46e3c07ad38eb81be1c23f50e96d53 Mon Sep 17 00:00:00 2001 From: Maximilian Schmeller Date: Mon, 30 May 2022 09:14:01 +0200 Subject: [PATCH] Fixed pycache typo in gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 247affc..7594819 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ fig*/ .ipynb_checkpoints/ -__pycache_/ +__pycache__/ *.html \ No newline at end of file