diff options
author | ShelbySolomonDarnell | 2024-09-25 16:17:35 +0300 |
---|---|---|
committer | ShelbySolomonDarnell | 2024-09-25 16:17:35 +0300 |
commit | 11a7a465afcaa875d5fdebe840e60b1e7be5ee76 (patch) | |
tree | 50dd1369f7fa609577f28885e3c67459f9ad8380 /.gitignore | |
parent | 29593ada24d6847c91d643edcbc48607ff3ea9f8 (diff) | |
download | gn-ai-11a7a465afcaa875d5fdebe840e60b1e7be5ee76.tar.gz |
Reading question list, processing response and creating output file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3867aa4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gnqa/paper2_eval/data/testresp2.json +gnqa/paper2_eval/src/__pycache__/document_operations.cpython-310.pyc |