This commit is contained in:
YerbaPage
2025-10-17 15:39:02 +08:00
parent 2d6c9ee950
commit 56f1b4e35d
2 changed files with 600 additions and 5 deletions

5
.gitignore vendored
View File

@@ -161,9 +161,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
crosscodeeval/
temp/
*.jsonl
*.out *.out
datasets/ datasets/
repositories/ repositories/
@@ -171,8 +168,6 @@ repositories/
cache/ cache/
output*/ output*/
*.pdf *.pdf
*.json
*.jsonl
old_scripts/ old_scripts/
*cache*/ *cache*/
*.zip *.zip

File diff suppressed because one or more lines are too long