Skip to content

Commit 3d64880

Browse files
committed
테스트·린트 캐시를 무시 목록에 적음
`.pytest_cache/`와 `.ruff_cache/`가 저장소 루트에 계속 다시 생긴다. pytest는 자기 폴더 안에 `.gitignore`를 써 둬서 우연히 가려져 있었고 ruff는 그것도 안 한다. 지금까지 안 올라간 건 운이라, 규칙으로 적어 둔다.
1 parent bc3430a commit 3d64880

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ app/android/key.properties
3737
# python design-system/scripts/build_expedition_music.py --region all --check
3838
design-system/audio/**/*-master.wav
3939

40+
# 테스트·린트 캐시. pytest는 자기 폴더에 .gitignore를 써 두지만 ruff는 안 쓴다.
41+
.pytest_cache/
42+
.ruff_cache/
43+
4044
# local QA artifacts
4145
.playwright-cli/
4246
.playwright-mcp/

0 commit comments

Comments
 (0)