| *.swp | |
| *.pyc | |
| *.py~ | |
| *.bak | |
| .pytest_cache | |
| .DS_Store | |
| .idea | |
| .vscode | |
| .coverage | |
| .coverage.* | |
| __pycache__/ | |
| _build/ | |
| *.npz | |
| *.pth | |
| .pytype/ | |
| git_rewrite_commit_history.sh | |
| # Setuptools distribution and build folders. | |
| /dist/ | |
| /build | |
| keys/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| .idea | |
| logs/ | |
| .ipynb_checkpoints | |
| ghostdriver.log | |
| htmlcov | |
| junk | |
| *.egg-info | |
| .cache | |
| *.lprof | |
| *.prof | |
| MUJOCO_LOG.TXT | |
| exp/ | |
| *.ipynb | |
| test_scripts/* | |
| figures | |
| figure/ | |
| data/ | |
| softgym/PyFlex/bindings/build |