File tree Expand file tree Collapse file tree
synthtool/gcp/templates/python_library Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ exclude =
2121 # Exclude generated code.
2222 **/proto/**
2323 **/gapic/**
24+ **/services/**
25+ **/types/**
2426 *_pb2.py
2527
2628 # Standard linting exemptions.
Original file line number Diff line number Diff line change 1010dist
1111build
1212eggs
13+ .eggs
1314parts
1415bin
1516var
@@ -49,6 +50,7 @@ bigquery/docs/generated
4950# Virtual environment
5051env /
5152coverage.xml
53+ sponge_log.xml
5254
5355# System test environment variables.
5456system_tests /local_test_setup
Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ recursive-include google *.json *.proto
2020recursive-include tests *
2121global-exclude *.py[co]
2222global-exclude __pycache__
23+
24+ # Exclude scripts for samples readmegen
25+ prune scripts/readme-gen
You can’t perform that action at this time.
0 commit comments