forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (34 loc) · 880 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.DS_Store
.ipynb_checkpoints
node_modules
/bazel-bin
/bazel-ci_build-cache
/bazel-genfiles
/bazel-out
/bazel-tensorflow
/bazel-testlogs
/bazel-tf
/tensorflow/contrib/cmake/build
/third_party/gpus/cuda/bin
/third_party/gpus/cuda/cuda.config
/third_party/gpus/cuda/extras
/third_party/gpus/cuda/include
/third_party/gpus/cuda/lib
/third_party/gpus/cuda/lib64
/third_party/gpus/cuda/nvvm
/third_party/py/numpy/numpy_include
/tools/bazel.rc
/tools/python_bin_path.sh
/util/python/python_include
/util/python/python_lib
/pip_test
/_python_build
*.pyc
/tensorflow/examples/udacity/.ipynb_checkpoints
/tensorflow/examples/udacity/notMNIST_large
/tensorflow/examples/udacity/notMNIST_small
/tensorflow/examples/udacity/notMNIST.pickle
/tensorflow/examples/udacity/notMNIST_large.tar.gz
/tensorflow/examples/udacity/notMNIST_small.tar.gz
/tensorflow/examples/udacity/text8.zip
__pycache__