aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>2022-03-02 13:24:02 -0800
committerGitHub <noreply@github.com>2022-03-02 13:24:02 -0800
commit27d0c7bb8e663dd2e2e9b295ecbfed680e641dfd (patch)
tree3b987fa2d8b67843629e998d80899ac4040fffda /.gitignore
parentfd887792ed31613358eb0f9ef1a60e1320d6c5bf (diff)
downloadbazelbuild-rules_python-27d0c7bb8e663dd2e2e9b295ecbfed680e641dfd.tar.gz
feat: support pip_parse in Gazelle (#633)
* feat: support pip_parse in Gazelle Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> * Apply suggestions from code review
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9df0fb8..a68c6f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,6 @@ user.bazelrc
# These otherwise match patterns above
!go.mod
!BUILD.out
+
+# Python cache
+**/__pycache__/