From 4a951df30054101691dbabcd3762a42904db2b8a Mon Sep 17 00:00:00 2001 From: ramforth Date: Sun, 16 Nov 2025 17:53:31 +0100 Subject: [PATCH] Fix: Correct gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8317887..1d14aae 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,7 @@ env/ # Environment variables .env .env.* -!.env.example \ No newline at end of file +!.env.example + +# Personal notes - will not be tracked by git +personal_notes.md \ No newline at end of file