Files
dbx-main/.gitignore
T
king a85322da58 chore: push-gitea.bat / run-local.bat를 .gitignore에 추가
로컬 전용 스크립트(자격증명 포함 가능)가 Gitea에 올라가지 않도록 제외.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 02:10:34 +09:00

19 lines
250 B
Plaintext

# 환경 변수 (실제 키 포함 — 절대 커밋 금지)
.env
.env.local
# 로컬 전용 스크립트 (자격증명 포함 가능)
push-gitea.bat
run-local.bat
# Python
__pycache__/
*.py[cod]
.venv/
# IDE / 에디터
.vscode/
.idea/
.claude/