2507회 채점자료 추가

This commit is contained in:
2025-08-01 17:28:24 +09:00
parent 0f961fd027
commit 1e4a625d85
11 changed files with 430 additions and 17 deletions

6
.gitignore vendored
View File

@@ -1,6 +1,12 @@
.venv/
# 기본적으로 output 디렉토리 전체 무시
output/
# 예외 처리: 2단계 하위 폴더의 .xlsx 파일은 추적
!output/*/
!output/*/*.xlsx
sample/
.DS_Store