chore(cleanup): post-migration tidying (CODE_REVIEW F8 + 정리 대상)
- stock/app/test_scraper.py 삭제 — 미존재 함수 fetch_overseas_news를 import하는 untracked 임시 스크립트. 보존 가치 없음 (F8). - blog-lab/ 디렉토리 잔재 (__pycache__만 남음) 완전 제거. 서비스는 feat/insta-agent 머지에서 이미 폐기됨. - .gitignore에 .superpowers/ (스킬 캐시·세션 메타)와 CODE_REVIEW.md (임시 리뷰 노트) 추가 — git status 노이즈 차단.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -66,3 +66,11 @@ temp/
|
||||
|
||||
# Git worktrees
|
||||
.worktrees/
|
||||
|
||||
################################
|
||||
# Local working files
|
||||
################################
|
||||
# Superpowers 스킬 캐시·세션 메타
|
||||
.superpowers/
|
||||
# 임시 코드 리뷰 노트 (작업 끝나면 폐기 또는 docs/로 이동)
|
||||
CODE_REVIEW.md
|
||||
|
||||
Reference in New Issue
Block a user