From b030d8c2d9ebd1d28268043bc046b3001e4d5bf7 Mon Sep 17 00:00:00 2001 From: Matt-Hurd Date: Fri, 20 Dec 2024 00:03:38 +0000 Subject: [PATCH] Add gitignore --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b1a5a697 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Bazel +## 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-* +MODULE.bazel +MODULE.bazel.lock + +*.pyc +*.so +*.egg-info +*.whl +*_pb2.py + +.ipynb_checkpoints +.DS_Store +.mypy_cache/ +.pytype/ + +.idea +.vscode +.envrc +.bazelrc.user + +# virtualenv/venv directories +/venv/ +/bin/ +/include/ +/lib/ +/share/ +