# Godot (both desktop and mobile projects) .godot/ *.import # VRM models (large binaries, downloaded per-machine) godot-desktop/models/*.vrm godot-mobile/models/*.vrm # Build artifacts builds/* !builds/.gitkeep # Test output test_output/ # Environment (dev overrides, secrets) .env .env.* # OS .DS_Store Thumbs.db # Editor *.swp *.swo *~ # TypeScript / Node node_modules/ dist/ .turbo/ *.tsbuildinfo bun.lock # Logs *.log # Auto-added by auto-commit-service __pycache__/ # Runtime state *.pid