General
PromptBeginner5 minmarkdown
Untitled Skill
175
Main instructions and any bundled files for this skill.
# 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/*
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks