From a8c63dfec86f2db3d688e42da1575408d677eb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 14:04:14 +0900 Subject: [PATCH] =?UTF-8?q?Cleanup:=20Deleting=2003.Code/=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=EC=9A=A9/.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.Code/업로드용/.gitignore | 53 ------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 03.Code/업로드용/.gitignore diff --git a/03.Code/업로드용/.gitignore b/03.Code/업로드용/.gitignore deleted file mode 100644 index 17c62c8..0000000 --- a/03.Code/업로드용/.gitignore +++ /dev/null @@ -1,53 +0,0 @@ -# ============================================= -# 湲踰(Geulbeot) .gitignore -# ============================================= - -# --- 쎈 ( ━硫 ) --- -.env -.env.* -*.env - -# --- Python 罹 --- -__pycache__/ -*.py[cod] -*.pyo -*.pyd -.Python - -# --- 媛 --- -venv/ -.venv/ -env/ - -# --- - 깅 寃곌낵臾 (output 대 - 泥) --- -# --- RAG / FAISS 깆 (⑸ ш 留ㅻ - 깅) --- -*.index -faiss.index -*.npy -meta.json -vectors.npy -# --- 泥 / 肄쇱 寃곌낵 --- -*_chunks.json -corpus.txt - -# --- 蹂 臾몄 - 寃곌낵臾 --- -*.hwp -*.hwpx -*.pdf -# --- - - - - -# --- 濡洹 --- -*.log -logs/ - -# --- IDE --- -.vscode/ -.idea/ -*.swp