FastAPI2604_HF / .gitignore
kimsaeromi's picture
.
6e755f8
raw
history blame contribute delete
191 Bytes
# Python Bytecode Files
*.pyc
__pycache__/
# Dependencies
venv/
.venv/
.mypy_cache/
# ⭐️ 학습된 모델 및 결과 폴더 제외 ⭐️
my_local_models/
model_save/
model_save_minilm/