50 lines
902 B
Text
50 lines
902 B
Text
# Godot
|
|
.godot/
|
|
*.import
|
|
|
|
# Build artifacts
|
|
builds/*
|
|
!builds/.gitkeep
|
|
|
|
# Test output
|
|
test_output/
|
|
|
|
# Environment (dev overrides, secrets)
|
|
.env
|
|
.env.*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Auto-added by auto-commit-service
|
|
node_modules/
|
|
|
|
# Auto-added by auto-commit-service
|
|
*.log
|
|
__pycache__/
|
|
dist/
|
|
|
|
|
|
# GENERATED SPRITES
|
|
tools/sprite-generation/raw/
|
|
|
|
# Auto-added by auto-commit-service
|
|
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/
|