瀏覽代碼

Add Python cache to gitignore and remove cached files

Co-authored-by: djeada <[email protected]>
copilot-swe-agent[bot] 1 月之前
父節點
當前提交
aa08e8071d
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore
  2. 二進制
      scripts/__pycache__/update_contributors.cpython-312.pyc

+ 4 - 0
.gitignore

@@ -62,3 +62,7 @@ dist/
 _codeql_build_dir/
 _codeql_build_dir/
 _codeql_detected_source_root
 _codeql_detected_source_root
 
 
+# Python
+__pycache__/
+*.py[cod]
+*$py.class

二進制
scripts/__pycache__/update_contributors.cpython-312.pyc