Files
dbx-main/.gitignore
T
king 6203917ac0 chore: .gitignore에 .claude/ 제외 항목 추가
Claude Code 내부 설정 디렉토리(.claude/)를 저장소에서 제외

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-05-21 23:47:23 +09:00

15 lines
162 B
Plaintext

# 환경 변수 (실제 키 포함 — 절대 커밋 금지)
.env
.env.local
# Python
__pycache__/
*.py[cod]
.venv/
# IDE / 에디터
.vscode/
.idea/
.claude/