modify gitignore for doc build artifacts

This commit is contained in:
2025-10-22 11:33:08 -05:00
parent 3bc4958b04
commit eaa4b22c9d

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@
*.pyc
*__pycache__
*.egg-info
doc/_build/
*.ipynb_checkpoints/