/
githubmirror
/
UFO
Обзор
Документация
Войти
/
githubmirror
/
UFO
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.gitignore
73 строки
1 KB
vyokky
add device ui
11 ноя 2025, 08:28
11 ноя 2025, 08:28
8ebb18d
Код
Авторство
О чём код?
# 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