# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# 레포에 .gitignore 파일을 두지 않는다 (내부 구조 힌트 미노출 — 사용자 지시 2026-07-14).
# 규칙은 이 파일(.git/info/exclude)에만 — 추적 대상이 아니라 브랜치 이동·머지에 안전.
# ⚠️ 다른 PC에 클론하면 이 파일이 없다 — 클론 시 반드시 수동 복사할 것 (private/GITIGNORE-BACKUP 참고).
.venv/
__pycache__/
*.egg-info/
dist/
.pytest_cache/
*.hwpx
!tests/fixtures/**/*.hwpx
!templates/*.hwpx
uv.lock
demo-*.svg
demo-*.hwpx
private/
incoming/
node_modules/
mcp/
.playwright-mcp/
docs/superpowers/
.gitignore
scratch-*.png
CLAUDE.md
