Jelajahi Sumber

Add Python cache to gitignore and remove cached files

Co-authored-by: djeada <[email protected]>
copilot-swe-agent[bot] 1 bulan lalu
induk
melakukan
aa08e8071d
2 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      .gitignore
  2. TEMPAT SAMPAH
      scripts/__pycache__/update_contributors.cpython-312.pyc

+ 4 - 0
.gitignore

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

TEMPAT SAMPAH
scripts/__pycache__/update_contributors.cpython-312.pyc