diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..db34da04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Ignore byte-compiled Python code +*.py[cod] + +# Ignore directories created during the build/installation process +*.egg-info/ +build/ + +# Ignore autogenerated ctypes bindings... +dm_control/mujoco/wrapper/mjbindings/*.py +# ...but include `mjbindings/__init__.py`, which is not autogenerated +!dm_control/mujoco/wrapper/mjbindings/__init__.py