]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 15 Dec 2025 10:16:56 +0000 (10:16 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 10:16:56 +0000 (12:16 +0200)
commit15c9d9027ef5090e58db1da21a95d11cdb5cd0a9
tree2834a1d264687ea6899c41f6661a405da121a212
parent19c72d23fd99292dd33d9cae85661df848f6cf43
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Doc/whatsnew/3.15.rst
Lib/importlib/_bootstrap_external.py
Lib/py_compile.py
Lib/test/test_compileall.py
Lib/test/test_importlib/source/test_file_loader.py
Lib/test/test_py_compile.py
Misc/NEWS.d/next/Library/2025-11-06-17-37-51.gh-issue-141081.NJtULs.rst [new file with mode: 0644]