# Build /build/ /.gradle/ bin/ out/ # IDE .idea/ *.iml .vscode/ # Secrets (DO NOT COMMIT) src/main/resources/credentials.json src/main/resources/application-local.yml tokens/ *.log # yt-dlp 다운로드 캐시(영상 파일은 커밋하지 않음) /downloads/ # 작업 중 생성되는 캡쳐/미디어 산출물(커밋 제외) .playwright-mcp/ *.mp4 dashboard.png # OS .DS_Store Thumbs.db