chore: push-gitea.bat / run-local.bat를 .gitignore에 추가

로컬 전용 스크립트(자격증명 포함 가능)가 Gitea에 올라가지 않도록 제외.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 02:10:34 +09:00
parent c4ae1ab3e6
commit a85322da58
+4
View File
@@ -2,6 +2,10 @@
.env .env
.env.local .env.local
# 로컬 전용 스크립트 (자격증명 포함 가능)
push-gitea.bat
run-local.bat
# Python # Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]