We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db80a6 commit 2da26c1Copy full SHA for 2da26c1
.gitignore
@@ -1,13 +1,25 @@
1
-.env
+# editors
2
+.vscode
3
+.zed
4
+
5
+# macos
6
.DS_store
7
8
+# python
9
.venv
10
.mypy_cache
11
.idea
-/deployment/data/nginx/app.conf
-.vscode/
-*.sw?
-/backend/tests/regression/answer_quality/search_test_config.yaml
12
13
+# testing
14
/web/test-results/
15
backend/onyx/agent_search/main/test_data.json
16
backend/tests/regression/answer_quality/test_data.json
-jira_test_env/
17
18
+# secret files
19
+.env
20
+jira_test_env
21
22
+# others
23
+/deployment/data/nginx/app.conf
24
+*.sw?
25
+/backend/tests/regression/answer_quality/search_test_config.yaml
0 commit comments