2507회 채점기준표

This commit is contained in:
2025-07-30 17:40:02 +09:00
parent 6d9682ce80
commit 57427f437f
46 changed files with 6131 additions and 92 deletions

27
.gitignore vendored
View File

@@ -1,3 +1,19 @@
# 파이썬 가상환경
.venv
# 수험자 답안 파일
output
회차별채점자료/*/정답파일
회차별채점자료/*/정답
# 열려있는 xlsx파일
~*.xlsx
psdExport_3.js
# 포토샵 개발중
output_json
# ---> Node
# Logs
logs
@@ -131,14 +147,3 @@ dist
.yarn/install-state.gz
.pnp.*
output
# xpath notebook
.xbook
회차별채점자료/*/정답파일
회차별채점자료/*/정답
# 열려있는 xlsx파일
~*.xlsx
psdExport_3.js