gitignore fix

This commit is contained in:
cookieenick
2025-11-20 09:03:37 -07:00
parent 84a74ff14a
commit a8fe7e8466

12
.gitignore vendored
View File

@@ -120,3 +120,15 @@ TEST*.xml
*.flv
*.mov
*.wmv
# -----------------------------
# Jupyter / Notebooks
# -----------------------------
analysis/notebooks/Tutorial/.ipynb_checkpoints
# -----------------------------
# Ignore exeptions
# -----------------------------
# Unignore docs/source/building
!docs/source/building/
!docs/source/building/**