From 29c3240f1adbdb9d9f95314f6c589d376b7b255c Mon Sep 17 00:00:00 2001 From: Timothy Kassis Date: Tue, 3 Mar 2026 15:42:17 -0800 Subject: [PATCH] Update .gitignore to include scan_skills.py and ensure .env is ignored --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73b4c64..b01ea03 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ main.py __pycache__/ -.env \ No newline at end of file +.env + +scan_skills.py \ No newline at end of file