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

4
.bashrc.local Normal file
View File

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