Files
hyungi_document_server/.gitignore
Hyungi Ahn bec9579a8a chore: 프로젝트 구조 + 설계 문서 초기 커밋
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 11:22:04 +09:00

26 lines
228 B
Plaintext

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