chore: 프로젝트 구조 + 설계 문서 초기 커밋

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-03-26 11:22:04 +09:00
commit bec9579a8a
8 changed files with 2591 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# 인증 정보 (절대 커밋 금지)
credentials.env
# Python
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# 로그
logs/
# 데이터 (법령 다운로드 등)
data/
# macOS
.DS_Store
._*
# IDE
.vscode/
.idea/