a b/.gitignore
1
# Compiled python files.
2
*.pyc
3
4
# Emacs temporary files
5
*~
6
7
# Other temporary files
8
*#
9
10
bazel-*
11
12
**/.ipynb_checkpoints