add __pycache__ to gitignore for safe local sphinx-autobuild(s)

This commit is contained in:
qubedmaiska 2025-09-06 05:39:59 -04:00
parent a0cace3d78
commit a1e57134ef
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501

1
.gitignore vendored
View file

@ -1 +1,2 @@
_build
**/__pycache__/*