chore(config): add spike gitignore rules and Blender wrapper

Add .gitignore entries for spike Godot caches, import artifacts,
and vendor asset downloads. Add tooling/blender wrapper that resolves
flatpak/native Blender installs and auto-converts relative paths to
absolute for flatpak sandbox compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 13:28:12 +01:00
co-authored by Claude Opus 4.6
parent 30fd8e4886
commit 64e188384b
2 changed files with 36 additions and 0 deletions
+8
View File
@@ -20,6 +20,14 @@ renderer/**/*.import
renderer/**/*.uid
renderer/output/*.png
# Spikes (Godot cache + import artifacts)
spikes/**/.godot/
spikes/**/*.import
spikes/**/*.uid
# Asset downloads (vendor archives, not game content)
docs/assets/downloads/
# Database (shared across worktrees at ../settledreach.db, not tracked)
db/commonwealth.db*