소스 검색

Merge pull request #4289 from csauge/patch-1

Update Python.gitignore for .ruff_cache/
Devin Dooley 3 달 전
부모
커밋
d49bd6f0f7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

@@ -167,5 +167,8 @@ cython_debug/
 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
 #.idea/
 
+# Ruff stuff:
+.ruff_cache/
+
 # PyPI configuration file
 .pypirc