1 parent bc3430a commit 3d64880Copy full SHA for 3d64880
1 file changed
.gitignore
@@ -37,6 +37,10 @@ app/android/key.properties
37
# python design-system/scripts/build_expedition_music.py --region all --check
38
design-system/audio/**/*-master.wav
39
40
+# 테스트·린트 캐시. pytest는 자기 폴더에 .gitignore를 써 두지만 ruff는 안 쓴다.
41
+.pytest_cache/
42
+.ruff_cache/
43
+
44
# local QA artifacts
45
.playwright-cli/
46
.playwright-mcp/
0 commit comments