ent파일에서 project.json추출 자동화

This commit is contained in:
2025-07-18 17:01:52 +09:00
parent 23946baccf
commit 0f961fd027
13 changed files with 261 additions and 65 deletions

16
.gitignore vendored
View File

@@ -1,4 +1,20 @@
.venv/
output/
sample/
.DS_Store
# 시험자료와 그 하위 회차 폴더는 포함
!시험자료/
!시험자료/*/
# 기본적으로 모든 것을 무시
시험자료/*/*
# 하지만 회차 폴더 안의 파일은 다시 포함
!시험자료/*/*.*
# 모든 회차 폴더 안의 하위 폴더는 무시
시험자료/*/*/
# ent파일
ent/