76e64d96bb
Co-authored-by: Matija Kecman <matijak@google.com> Co-authored-by: Sebastian Noreña Rendón <sebas.norena@creativa77.com.ar> Co-authored-by: Kyle Bayes <kylebayes@google.com> PiperOrigin-RevId: 826094938 Change-Id: Id2658a187bc078056f4410c71202696753319e64
45 lines
520 B
Plaintext
45 lines
520 B
Plaintext
# Don't commit binaries
|
|
*.a
|
|
*.asm
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
*.lib
|
|
*.out
|
|
*.o
|
|
*.so
|
|
*.so.*
|
|
|
|
# Exclude editor config
|
|
.vscode/
|
|
.vs/
|
|
|
|
# Exclude temporary folders
|
|
*.egg-info/
|
|
build/
|
|
build_cmake/
|
|
python/dist/
|
|
doc/_build
|
|
|
|
# Exclude macOS folder attributes
|
|
.DS_Store
|
|
|
|
# Exclude macOS Info.framework.plist
|
|
Info.framework.plist
|
|
|
|
# Python byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# MuJoCo's default log file
|
|
MUJOCO_LOG.TXT
|
|
|
|
# Clang cache
|
|
.cache/
|
|
|
|
# JavaScript bindings build
|
|
wasm/**/dist/
|
|
**/node_modules/
|
|
|