From 8319b45f25ec56e7f6cfc2c3ad168fafd304bdae Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Thu, 2 Apr 2026 10:55:25 +0200 Subject: [PATCH] Add excalidraw folder to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 48d6664..634e253 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ __pycache__/ .venv/ *.egg-info/ +# Excalidraw working files +docs/excalidraw/ + # Logs *.log hs_err_pid*