# ************************************************************
# Global ignore files
# ************************************************************
# ====================
# Global
# ====================
*~
*.autosave
*.bak
*.backup
*.cache
*.layout
*.log
*.orig
*.save
*.so
*.stackdump
*.suo
*.swp
*.tmp
*.user
*.user*
._*
.Spotlight-V100
.Trashes
.DS_Store
.DS_Store?
ehthumbs.db
Thumbs.db


# ====================
# Directories
# ====================
.vscode/*
.vs/


# ====================
# Object / Project Files
# ====================
*.moc
*.ncb
*.o
*.obj
*.pdb
*.pro.user*
*.suo



# ====================
# Android / Java
# ====================
*.apk
*.ap_
*.dex
*.class
*.iml
/*/build
build
bin/
gen/
out/
captures
local.properties
.gradle
.externalNativeBuild
.navigation/

# IntelliJ.
.idea/caches
.idea/dictionaries
.idea/libraries
.idea/gradle.xml
.idea/tasks.xml
.idea/workspace.xml

# Crashlytics configurations.
com_crashlytics_export_strings.xml

# Google Services (e.g. APIs or Firebase).
google-services.json


# ====================
# Python
# ====================
__pycache__
.ipynb_checkpoints
*.pyc


# ====================
# Unity
# ====================
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*


# ************************************************************
# Allows files
# ************************************************************
!*vcxproj.user
!.vscode/*.code-snippets


# ************************************************************
# Specific ignore
# ************************************************************
Tmp
Temp

