From 450b04ff65f4ff495a5cc411c28156b09b6066e1 Mon Sep 17 00:00:00 2001 From: corentinlger Date: Thu, 25 Jan 2024 14:26:18 +0100 Subject: [PATCH] Reformat files with black and update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 061a727..8b14474 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ TODO.md outputs myvenv -__pycache__/ \ No newline at end of file +__pycache__/ +random/ \ No newline at end of file