diff --git a/.gitignore b/.gitignore index 9e55c926..873ac307 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ *.egg-info/ build/ build_cmake/ +# python/dist/ # Exclude macOS folder attributes .DS_Store @@ -28,6 +29,4 @@ Info.framework.plist # Python byte-compiled / optimized / DLL files __pycache__/ *.py[cod] -*$py.class - -python/dist \ No newline at end of file +*$py.class \ No newline at end of file diff --git a/python/dist/mujoco-3.1.4.tar.gz b/python/dist/mujoco-3.1.4.tar.gz deleted file mode 100644 index 288917a9..00000000 Binary files a/python/dist/mujoco-3.1.4.tar.gz and /dev/null differ