Ignore login file

*.bin

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

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

Share: