31 lines
314 B
Text
31 lines
314 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/
|