From 8fc72e59a188e510c5bb941d8c090e708b0938fd Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 31 Mar 2026 04:28:00 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20.gitig?= =?UTF-8?q?nore=20patterns=20to=20exclude=20build=20artifacts,=20logs,=20a?= =?UTF-8?q?nd=20sensitive=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3a747b55..fc743286 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ tools/sprite-generation/raw/ # Auto-added by auto-commit-service build/ + +# Rust build artifacts +packages/physics-rs/target/