mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 00:52:08 +01:00
Previously broken by requiring black version that dropped py3.8 support. Gitignore/dockerignore changes made to prevent ruff checking virtualenv directories. Related: - #40256 - #40139
9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
bazel-bin
|
|
bazel-grpc
|
|
bazel-out
|
|
build
|
|
.cache
|
|
.git
|
|
# python virtual environments
|
|
*/.venv*
|