Files
llm_programming_tests/.gitignore
T
sleepy 8e72eef09c feat: add model comparisons and sanitize session files
- Rename gamma to glm5 and model to minimax-m2.7
- Add model_comparison/ directory with head-to-head analyses
- Sanitize all session.jsonl files: remove absolute paths and usernames
- Remove __pycache__ artifacts
- Add .gitignore
2026-04-23 11:16:01 +02:00

19 lines
141 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# macOS
.DS_Store
# IDE
.vscode/
.idea/
*.swp
*.swo
# Session backups
*.jsonl.bak