chore: 검증용 토큰/임시 파일 제거 + .gitignore 보강

이전 커밋(5ee8321)에 검증 중 만든 login.json/token.txt 가 실수로 포함되어
JWT 토큰이 히스토리에 노출됨. 토큰은 이미 expired 되었지만(7200s) 즉시 제거.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
GA Pro
2026-05-24 22:58:05 +09:00
parent 5ee8321ef2
commit 4a7a4eeb7a
3 changed files with 3 additions and 2 deletions
+3
View File
@@ -45,3 +45,6 @@ target/
# vite/tsc 빌드 산출물
ga-frontend/tsconfig.tsbuildinfo
ga-frontend/dist/
login.json
token.txt
__pycache__/