Updated min tested Bazel version to 4.0.0 (#533)
* Updated min tested Bazel version to 4.0.0
* Assert that Bazel is at least 4.0.0 LTS
Since we only test against bazel 4.0 now, and will start using features that require it, this gives users
an obvious error message that they need to update.
* Add third_party bzl files to integration test rules_python distro
* remove helloworld test that relies on python2
Co-authored-by: Alex Eagle <eagle@post.harvard.edu>
Co-authored-by: Henry Fuller <hrofuller@gmail.com>
diff --git a/.gitignore b/.gitignore
index cc8decd..e3bb55e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,11 +32,11 @@
*~
# Bazel directories
-bazel-*
-bazel-bin
-bazel-genfiles
-bazel-out
-bazel-testlogs
+/bazel-*
+/bazel-bin
+/bazel-genfiles
+/bazel-out
+/bazel-testlogs
# vim swap files
*.swp