Skip to content

Commit

Permalink
Add a .gitignore file
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 183296913
  • Loading branch information
alimuldal committed Jan 26, 2018
1 parent f87e787 commit c24ec9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c24ec9f

Please sign in to comment.