mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-08-29 07:04:16 +02:00
26 lines
355 B
Plaintext
26 lines
355 B
Plaintext
# editors
|
|
.vscode
|
|
.zed
|
|
|
|
# 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
|
|
|
|
# secret files
|
|
.env
|
|
jira_test_env
|
|
|
|
# others
|
|
/deployment/data/nginx/app.conf
|
|
*.sw?
|
|
/backend/tests/regression/answer_quality/search_test_config.yaml
|