Add zig, node, and hypothesis to gitignore (#8)

This commit is contained in:
Lawrence Chen 2026-02-03 15:18:59 -08:00 committed by GitHub
parent 2afadbbbb9
commit 7d951a7f73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.gitignore vendored
View file

@ -26,4 +26,12 @@ __pycache__/
*.pyc
*.pyo
.pytest_cache/
.hypothesis/
.vercel
# Zig
.zig-cache/
zig-out/
# Node
node_modules/