From 7d951a7f73aeff98dbb9915ab50099161dc8f129 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:18:59 -0800 Subject: [PATCH] Add zig, node, and hypothesis to gitignore (#8) --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 65162d86..695e7905 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,12 @@ __pycache__/ *.pyc *.pyo .pytest_cache/ +.hypothesis/ .vercel + +# Zig +.zig-cache/ +zig-out/ + +# Node +node_modules/