# Ignore configuration files that are user-specific or temporary
Saved/
Intermediate/
DerivedDataCache/

# Ignore Binary files
Binaries/
Build/
Builds/

# Ignore project files
*.sln
*.vcxproj
*.vcxproj.user
*.vcxproj.filters

# Ignore backup files
Backup/
*.bak
*.tmp
*.temp

# Ignore compiled Python files
*.pyc
*.pyo

# Ignore macOS files
.DS_Store

# Ignore Windows system files
Thumbs.db
Desktop.ini

# Ignore Unreal Editor specific files
*.log
*.vs/
.vscode/

# Ignore Visual Studio Code workspace settings
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
.vscode/extensions.json

# Ignore JetBrains IDE files
.idea/

# Ignore Rider project files
.idea/
*.sln.DotSettings

# Ignore Unreal Engine build files
*.obj
*.pdb
*.exe
*.dll
*.app
*.dylib
*.ilk
*.map
*.exp
*.log
*.lib
*.obj
*.tlog
*.tmp
*.txt
*.html
*.dat
*.pdb
*.cache
*.log
*.vs
*.ipch
*.aps
*.ncb
*.sdf
*.suo
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.csv
*.ts
*.opendb

# Ignore compiled shaders
*.uprojectdirs
*.uprojectlog
*.opensdf
*.opensdf
*.shd

# Ignore user-specific settings
UserInterface.ini
Localization.dat
Engine/Saved/Logs/

