Browse Source

Add Python cache to gitignore and remove cached files

Co-authored-by: djeada <[email protected]>
copilot-swe-agent[bot] 1 month ago
parent
commit
aa08e8071d
2 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore
  2. BIN
      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

BIN
scripts/__pycache__/update_contributors.cpython-312.pyc