From 1520f4da5bcaa86e4ddb0bf579b94f1292a04432 Mon Sep 17 00:00:00 2001 From: cah Date: Wed, 25 Feb 2026 19:06:25 -0700 Subject: [PATCH] chore: add simulation artifacts to gitignore Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 150e770..99fd0a6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,9 @@ __pycache__/ *.pyc +# Simulation artifacts +tb/obj_dir/ +tb/*.vcd + # Contest submission repo (separate GitHub repo) chip_ignite/