# C++
**/cmake-build*/
**/build*/
**/*.so

# Omniverse
**/*.dmp
**/.thumbs

# No USD files allowed in the repo
**/*.usd
**/*.usda
**/*.usdc
**/*.usdz

# Python
.DS_Store
**/*.egg-info/
**/__pycache__/
**/.pytest_cache/
**/*.pyc
**/*.pb

# IDE
**/.idea/
**/.vscode/.**
# Include all but settings.json: auto-generated using the template in .vscode/tools/settings.template.json
.vscode/settings.json

# Outputs
**/output/*
*.tmp

# Isaac-Sim packman
_isaac_sim*
_repo
_build
.lastformat

# Internal
# TODO: Remove this once we have a better way to handle internal files.
source/extensions/omni.isaac.assets
source/extensions/omni.isaac.orbit_assets

# RL-Games
**/runs/*
**/logs/*
