Skip to content

Commit 1a6a16a

Browse files
committed
Reformat according to format-incremental
1 parent fd6456e commit 1a6a16a

64 files changed

Lines changed: 1658 additions & 290 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codespellrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2025 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
[codespell]
16+
skip = dev_tools/requirements,*.*~
17+
count =
18+
quiet-level = 3

.geminiignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright 2025 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
# Python-specific items.
16+
17+
*__pycache__*
18+
.mypy_cache
19+
.pytest_cache
20+
21+
# Jupyter-specific items.
22+
23+
*/.ipynb_checkpoints/*
24+
.ipynb_checkpoints
25+
ipython_config.py
26+
27+
# Emacs-specific backup and checkpoint files.
28+
29+
*~
30+
.\#*
31+
\#*\#

0 commit comments

Comments
 (0)