demo / .dockerignore
tekville's picture
Initial commit
ff72db3
raw
history blame contribute delete
255 Bytes
# Git ๊ด€๋ จ ํŒŒ์ผ
.git
.gitignore
# ๊ฐ€์ƒํ™˜๊ฒฝ
.venv
__pycache__
# ์บ์‹œ ํŒŒ์ผ
*.pyc
*.pyo
*.log
*.tmp
# ๋นŒ๋“œ ๊ฒฐ๊ณผ๋ฌผ
dist/
build/
rag/
*.egg-info/
# ์‹œ์Šคํ…œ ํŒŒ์ผ
.DS_Store
Thumbs.db
# IDE ์„ค์ • ํŒŒ์ผ
.idea/
.vscode/
*.code-workspace