mirror of
https://github.com/onyx-dot-app/onyx.git
synced 2026-02-16 23:35:46 +00:00
60 lines
1020 B
Plaintext
60 lines
1020 B
Plaintext
# editors
|
|
.vscode/*
|
|
!/.vscode/env_template.txt
|
|
!/.vscode/env.web_template.txt
|
|
!/.vscode/launch.json
|
|
!/.vscode/tasks.template.jsonc
|
|
.zed
|
|
.cursor
|
|
|
|
# macos
|
|
.DS_store
|
|
|
|
# python
|
|
.venv
|
|
.mypy_cache
|
|
.idea
|
|
|
|
# testing
|
|
/web/test-results/
|
|
backend/onyx/agent_search/main/test_data.json
|
|
backend/tests/regression/answer_quality/test_data.json
|
|
backend/tests/regression/search_quality/eval-*
|
|
backend/tests/regression/search_quality/search_eval_config.yaml
|
|
backend/tests/regression/search_quality/*.json
|
|
backend/onyx/evals/data/
|
|
backend/onyx/evals/one_off/*.json
|
|
*.log
|
|
*.csv
|
|
|
|
# secret files
|
|
.env
|
|
jira_test_env
|
|
settings.json
|
|
|
|
# others
|
|
/deployment/data/nginx/app.conf
|
|
/deployment/data/nginx/mcp.conf.inc
|
|
/deployment/data/nginx/mcp_upstream.conf.inc
|
|
*.sw?
|
|
/backend/tests/regression/answer_quality/search_test_config.yaml
|
|
*.egg-info
|
|
|
|
# Local .terraform directories
|
|
**/.terraform/*
|
|
|
|
# Local .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Local .terraform.lock.hcl file
|
|
.terraform.lock.hcl
|
|
|
|
node_modules
|
|
|
|
# MCP configs
|
|
.playwright-mcp
|
|
|
|
# plans
|
|
plans/
|