41 lines
455 B
Text
41 lines
455 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/
|