chore: add Jekyll and npm testing artifacts to gitignore

This commit is contained in:
Claude
2025-11-23 15:19:34 +00:00
parent 3f0a608513
commit 705caa0b5f
+8
View File
@@ -34,6 +34,14 @@ build/
__pycache__/
*.py[cod]
node_modules/
package.json
package-lock.json
# Jekyll build artifacts
docs/_site/
docs/.jekyll-cache/
docs/Gemfile
docs/Gemfile.lock
# Test artifacts
.coverage