Upload .gitignore
This commit is contained in:
53
03.Code/업로드용/.gitignore
vendored
Normal file
53
03.Code/업로드용/.gitignore
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user