mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-07-15 21:27:00 +00:00
7f58543703
Allow contributors to use local AI agent files without polluting the repository with brand-specific files. Further AI agent improvements will be done roughly following the same framework being used for Chromium [1]. [1] https://chromium.googlesource.com/chromium/src/+/HEAD/agents Change-Id: I791f318b4f9cad1705f94e05522089809097cc96 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/573601 Tested-by: Nasser Grainawi <nasser.grainawi@oss.qualcomm.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
20 lines
173 B
Plaintext
20 lines
173 B
Plaintext
*.asc
|
|
*.egg-info/
|
|
*.log
|
|
*.pyc
|
|
__pycache__
|
|
/dist
|
|
.repopickle_*
|
|
/repoc
|
|
/.cipd_bin
|
|
/.tox
|
|
/.venv
|
|
|
|
# PyCharm related
|
|
/.idea/
|
|
|
|
# AI tool related.
|
|
/AGENTS.md
|
|
/CLAUDE.md
|
|
/GEMINI.md
|