Skip to content

Commit 1c56118

Browse files
authored
Merge pull request #284 from microsoft/main
merge back to prelease
2 parents 196225e + 4bba585 commit 1c56118

842 files changed

Lines changed: 227409 additions & 11268 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ __pycache__/
1515
*.ipynb
1616
/.VSCodeCounter
1717
/analysis/*
18+
/tla/*
1819

1920
# Ignore the config file
2021
ufo/config/config.yaml
@@ -31,6 +32,8 @@ vectordb/demonstration/*
3132
# Ignore the data files and scripts
3233
tasks/*
3334
scripts/*
35+
backup/*
36+
node_modules/*
3437

3538
# Don't ignore the example files
3639
!vectordb/docs/example/
@@ -43,3 +46,28 @@ tasks_status.json
4346
datas
4447
_datas
4548
datasUFO
49+
50+
.venv/*
51+
52+
# Ignore mkdocs build output
53+
documents/site/
54+
55+
# Ignore frontend environment files with auto-generated content
56+
galaxy/webui/frontend/.env.development.local
57+
58+
# Ignore config files with sensitive data (API keys)
59+
config/*/agents.yaml
60+
config/*/agent.yaml
61+
ufo/config/config.yaml
62+
ufo/config/config_llm.yaml
63+
64+
# But keep config templates and default configs (except agents.yaml and agent.yaml)
65+
!config/*/*.template
66+
!config/*/rag.yaml
67+
!config/*/system.yaml
68+
!config/*/mcp.yaml
69+
!config/*/prices.yaml
70+
!config/*/third_party.yaml
71+
!config/*/device.yaml
72+
!config/*/network.yaml
73+
node_modules

README.md

Lines changed: 721 additions & 280 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)