From 713304ca54e1aae3deff9fc376af01d26a2795f1 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:13:19 -0400 Subject: [PATCH] update --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 911d68c..627f58d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ venv/ # Ignore context tool directory context_tool/ +# Ignore info directory +info/ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]