# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyc
*$py.class
**/dist
/tmp
/out-tsc
/bazel-out

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!/web/lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
Pipfile.lock
Pipfile

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
.venv*
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy (legacy, kept for compatibility)
.mypy_cache/
.dmypy.json
dmypy.json

# ty (Astral's type checker)
.ty/

# Pyre type checker
.pyre/

# macOS
.DS_Store

# PyCharm
.idea

# User-specific files
.terraform*
.Terraform*


tmp*

# Node
**/node_modules
npm-debug.log
yarn-error.log
# TypeScript incremental build artifact
**/*.tsbuildinfo

# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# Miscellaneous
**/.angular/*
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings

# System files
.DS_Store
Thumbs.db
*.vscode*

# Agent CLI specific
.persist_vector_store
**/.adk/eval_history/
**/.adk/session.db
**/.adk/session.db-*
tests/load_test/.results/*.html
tests/load_test/.results/*.csv
.locust_env
my_env.tfvars
.saved_chats
.env
!.env.example
.uv-installed
.requirements.txt
.google-agents-cli/
.data/
# Legacy dev sqlite at repo root (superseded by .data/; ignore leftovers from old runs)
lha_sessions.db*
lha_tasks.db*

# Playwright artifacts
**/test-results/
**/playwright-report/

# A2A Inspector
tools/a2a-inspector/

# Runtime caches and per-user workspace state
.adk/
.agents/
.claude/
app/.cache/
app/.adk/

# Agent tooling / run artifacts (never commit)
.pi-subagents/
.superpowers/
CLAUDE.md

# Vendored dependency clones (local only, never commit)
adk-python/

# Perf harness output
scripts/perf/out/

# Local prod-build test harness (personal, do not commit)
web/server/local-host.mjs

# git worktrees (isolated feature workspaces)
.worktrees/

# npx skills CLI lockfiles (dev tooling, not part of the sample)
skills-lock.json

# Internal working notes — must never reach the public sample
/RFC.md
/plans/
/consolidate.py
/get_failures.py
/ge-tool-call-wire-sample.json
