# Godot 4+ specific ignores
.godot/

# Imported translations (re-imported automatically by Godot)
*.translation

# Exported builds
/exports/
/builds/
/dist/
*.exe
*.pck
*.zip

# OS
Thumbs.db
.DS_Store
desktop.ini

# IDE
.vscode/
.idea/
*.code-workspace

# Backup files
*~
*.bak
*.orig

# Logs
*.log
