You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
541 B

# 학습 산출물
output/
inference/
pretrain_models/
*.pdparams
*.pdopt
*.states
*.tar
*.pdmodel
*.pdiparams
*.pdiparams.info
# 데이터셋 (서버에서 생성, 로컬엔 샘플만)
train_data/
data_gen/plate_templates/*.png
data_gen/plate_templates/*.jpg
!data_gen/plate_templates/.gitkeep
# 외부 자산 (setup_assets.sh로 받음, repo에 포함하지 않음)
data_gen/Korean-license-plate-Generator/
# 파이썬
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.ipynb_checkpoints/
# OS / IDE
.DS_Store
.vscode/
.idea/
# 로그
*.log
log/