You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
526 B
Plaintext

# ── Node / Next.js ──
frontend/node_modules/
frontend/.next/
frontend/out/
frontend/.env.local
frontend/coverage/
frontend/playwright-report/
frontend/test-results/
frontend/.playwright-mcp/
.playwright-mcp/
# 테스트 중 찍은 스크린샷 (루트/프론트 임시 캡처)
/*.png
/phase*.png
# ── Python / FastAPI ──
backend/.venv/
backend/__pycache__/
backend/**/__pycache__/
backend/.env
backend/ari.db*
ari.db*
backend/.pytest_cache/
backend/.ruff_cache/
*.pyc
# ── 공통 ──
.DS_Store
*.log