# 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
