From 1949eb18ecb9030dabc4cec13a90c92448d20521 Mon Sep 17 00:00:00 2001 From: RyuSeongHo Date: Fri, 28 Nov 2025 14:02:04 +0900 Subject: [PATCH] fix: gitignore update --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29fc9cb..93d9fad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .env potato .DS_Store -__pycache__/ \ No newline at end of file +__pycache__/ +prompts.txt +.vscode \ No newline at end of file