Ignore login file
*.bin
Loading actions...
Skill content
Main instructions and any bundled files for this skill.
Ignore login file
*.bin
Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints /test/* /testing/* /deprecated/* /test/.ipynb /logs/ /customization/* pycache/ **/pycache/ .pyc .ipynb /.VSCodeCounter /analysis/ /tla/
Ignore the config file
ufo/config/config.yaml ufo/config/config_llm.yaml
Ignore the helper files
ufo/rag/app_docs/* learner/records.json vectordb/docs/* vectordb/experience/* vectordb/demonstration/*
Ignore the data files and scripts
tasks/* scripts/* backup/* node_modules/*
Don't ignore the example files
!vectordb/docs/example/ !vectordb/demonstration/example.yaml
.vscode
Ignore the record files
tasks_status.json datas _datas datasUFO
.venv/*
Ignore mkdocs build output
documents/site/
Ignore frontend environment files with auto-generated content
galaxy/webui/frontend/.env.development.local
Ignore config files with sensitive data (API keys)
config//agents.yaml config//agent.yaml ufo/config/config.yaml ufo/config/config_llm.yaml
But keep config templates and default configs (except agents.yaml and agent.yaml)
!config//.template !config//rag.yaml !config//system.yaml !config//mcp.yaml !config//prices.yaml !config//third_party.yaml !config//device.yaml !config/*/network.yaml node_modules
Related Skills
Frontend Typescript Linting.mdc
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...
2. Apply Deepthink Protocol (reason about dependencies
risks