Files
Mujoco_WASM/.gitignore
T
Saran Tunyasuvunakool d1db62c6bd Add precompiled Python files to .gitignore.
PiperOrigin-RevId: 436717146
Change-Id: I99198038ce8242d60c28fe97ac8e3710a68f5fe6
2022-03-23 16:57:26 +00:00

29 lines
309 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/
# Exclude macOS folder attributes
.DS_Store
# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class