SLM-RAG-Arena / .gitignore
oliver-aizip's picture
simplify prompts to be less restrictive and update persistent leaderboard
345c0d1
raw
history blame contribute delete
185 Bytes
echo ".DS_Store" >> .gitignore
echo "__pycache__/" >> .gitignore
echo "*.pyc" >> .gitignore
git add .gitignore.DS_Store
**/.DS_Store
__pycache__/
*.pyc
utils/leaderboard/
utils/votes/