chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and environment files

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-16 15:09:47 -07:00
parent d9ea8e5221
commit 157905b8fc

8
.gitignore vendored
View file

@ -40,3 +40,11 @@ build/
# Rust build artifacts
src/simulator/target/
.local/
# Compiled GDExtension binaries — built per-host, never rsync from one arch to another.
# macOS has no cargo (or a stale one); apricot compiles. Including these in rsync
# clobbers the apricot-side fresh binary with our stale mac-side one.
src/game/engine/addons/magic_civ_physics/*.so
src/game/engine/addons/magic_civ_physics/*.dll
src/game/engine/addons/magic_civ_physics/*.dylib
src/game/engine/addons/magic_civ_physics/*.framework/