ontology-prototype / .gitignore
ForStream
Initial: LP출자 온톨로지 LLM 프로토타입
2b50ae3
raw
history blame contribute delete
374 Bytes
# Python
__pycache__/
*.py[cod]
*.so
.Python
*.egg-info/
.pytest_cache/
# Node
node_modules/
web/dist/
.npm/
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
# Local env
.env
.env.local
# Cache (HF Spaces에서 새로 빌드)
.cache/
# Binary assets (HF의 binary 거부 — 나중에 LFS/Xet로 추가 예정)
assets/*.pdf
assets/*.png
data/_embeddings_cache/