diff --git a/03.Code/업로드용/.gitignore b/03.Code/업로드용/.gitignore new file mode 100644 index 0000000..17c62c8 --- /dev/null +++ b/03.Code/업로드용/.gitignore @@ -0,0 +1,53 @@ +# ============================================= +# 湲踰(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