```gitignore

*.pyc

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown
# Byte-compiled / optimized / DLL files
*.pyc
*.so

# Distribution / packaging
*.egg
*.egg-info
!/tests/**/*.egg
/*.egg-info
/dist/*
node_modules/
build
_build
.mypy_cache
.cache
.eggs
mellon.egg-info
pip-wheel-metadata
temp
__pycache__
*.pyc
.cache
.venv*
venv*
env*
/releases/*
/poetry.toml

# Unit test / coverage reports
.coverage
coverage.xml
.coverage
.tox
.pytest_cache

# Logs
*.log

# Local telemetry smoke verification outputs
/kibana*.json
/smoke-*/
/telemetry-smoke-*/
/telemetry-smoke-manifest*.json
/usage_stats.json
/usage_stats.json.1

# OS generated files
.DS_Store

# IDE / Editor directories and files
.idea/*
.python-version
.vscode/*
.history # vscode local history extension

# Ignore some of the files that should be downloaded/generated for evaluation
original_dataset
eval_outputs
/**/chitchat/user.co
/**/banking/user.co
local_cache

# Ignore example configs created in user guides
docs/user_guides/llm/vertexai/config
docs/**/config

# Ignore auto-generated API reference stubs
docs/reference/python-api/generated/

# Ignore generated Fern library reference pages. Regenerate with
# `make docs-fern-generate-sdk`.
docs/_static/python-sdk-reference/

# Ignoring log files generated by tests
firebase.json
scratch.py

.env

# Ignoring configuration files generated by chainlit
.chainlit/*
Share: