Skip to content

Commit

Permalink
Add gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorrill10 authored and OpenSpiel committed Sep 4, 2019
1 parent 4d90b30 commit 37aaa0e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Jupyter Notebook
.ipynb_checkpoints

# virtualenv
.venv
venv/
ENV/

# OSX specific
.DS_Store

# Build products
build_python_*/
build/

# External git modules
open_spiel/abseil-cpp/
open_spiel/games/bridge/double_dummy_solver/
pybind11/

0 comments on commit 37aaa0e

Please sign in to comment.