# =========================
# OS / SYSTEM FILES
# =========================
.DS_Store
Thumbs.db
desktop.ini

# =========================
# EDITORS / IDEs
# =========================
.vscode/
.idea/
*.code-workspace

# Visual Studio
.vs/
*.vcxproj.user
*.suo
*.user
*.userosscache
*.sln.docstates

# =========================
# BUILD / BINARIES
# =========================
bin/
build/
dist/
out/
Debug/
Release/

*.exe
*.dll
*.so
*.dylib
*.o
*.obj
*.a
*.lib

# =========================
# LOGS
# =========================
*.log

# =========================
# TEMP FILES
# =========================
*.tmp
*.temp
*.cache

# =========================
# ENV / SECRETS
# =========================
.env
.env.*
*.key
*.pem

# =========================
# PYTHON
# =========================
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.env/

# =========================
# NODE (por si usás algo web)
# =========================
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# =========================
# CMAKE / C++
# =========================
CMakeFiles/
CMakeCache.txt
cmake-build-*/

# =========================
# UNREAL ENGINE (IMPORTANTE)
# =========================
Binaries/
DerivedDataCache/
Intermediate/
Saved/

# =========================
# MISC
# =========================
*.zip
*.rar
*.7z