From c392fe7116940238a5901f8944a1e1320923c63c Mon Sep 17 00:00:00 2001 From: Andre Cobham Date: Thu, 4 Jun 2026 15:39:25 +0100 Subject: [PATCH] Exclude .planning and .qc from git tracking --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 397cf7f..6c568bb 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__/ *.pyc *.log .DS_Store +.planning/ +.qc/