diff --git a/.gitignore b/.gitignore index 7513856..627c782 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,10 @@ AGENTS.md # 결정은 docs/decisions/의 ADR에, 규칙은 계약 테스트에 남긴다(AGENTS.md 4절). docs/superpowers/ +# 에이전트 도구가 로컬에 만드는 상태 파일. 개발자마다 달라지므로 공유하지 않는다. +.ua/ +skills-lock.json + # Local configuration and secrets .env .env.*