# Godot 4+ specific ignores
.godot/

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg

# Imported translations (automatically generated from CSV files)
*.translation.godot/

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json

# Export folders
exports/
Exports/

# IDE and OS specific
.vscode/
.idea/
.DS_Store

# Plugin specific
addons/script-ide/*