2507회 채점기준표 작성 / [2-46] 문항 "차트 줄/칸전환여부" 로직추가

This commit is contained in:
2025-07-29 18:00:04 +09:00
parent b8b233e50a
commit 65c5f348e4
37 changed files with 2420 additions and 1493 deletions

4
.bashrc.local Normal file
View File

@@ -0,0 +1,4 @@
# 프로젝트 루트 폴더/.bashrc.local
if [ -f .venv/Scripts/activate ]; then
source .venv/Scripts/activate
fi