Files
web-page-backend/.gitignore
gahusb 0f73b6b07d 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 노이즈 차단.
2026-05-17 14:19:13 +09:00

77 lines
1.2 KiB
Plaintext

################################
# 기본
################################
.DS_Store
Thumbs.db
*.swp
*.log
################################
# Python
################################
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.eggs/
.env
.env.*
!.env.example
.venv/
venv/
################################
# FastAPI / uvicorn
################################
*.sqlite
*.db
*.db-journal
################################
# Docker
################################
*.tar
docker-compose.override.yml
################################
# Node / Frontend (소스만 관리)
################################
node_modules/
dist/
build/
.vite/
.cache/
################################
# NAS / Synology
################################
@eaDir/
*.@__thumb
._*
################################
# Runtime data (운영에서만 생성)
################################
data/
travel-thumbs/
thumbs/
uploads/
################################
# Scheduler / temp
################################
tmp/
temp/
# Git worktrees
.worktrees/
################################
# Local working files
################################
# Superpowers 스킬 캐시·세션 메타
.superpowers/
# 임시 코드 리뷰 노트 (작업 끝나면 폐기 또는 docs/로 이동)
CODE_REVIEW.md