diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..00825588b --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +/bazel-* + +# Build Artifacts +build/ +dist/ +*.egg-info/ +metadata_store_extension.so + +# Compiled grpc/protobuf files +*_pb2.py +*_pb2_grpc.py