From 8aff5ec2a32fbddbb06e86b1e1900d4754585c12 Mon Sep 17 00:00:00 2001 From: Maxime Gasse Date: Wed, 30 Oct 2024 15:08:17 -0400 Subject: [PATCH] gitignore --- .gitignore | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index d0037afc9..aa26dc9dc 100644 --- a/.gitignore +++ b/.gitignore @@ -161,35 +161,10 @@ cython_debug/ **/.DS_Store .vscode -allowed_selenium.json -# Torchtune -finetuning/torchtune - -# PyLLMD repo for finetuning -pyllmd_tune/research-pyllmd/ -pyllmd_tune/data/ - - -datasets/* _sandbox.py -node_modules/ -/test-results/ -/playwright-report/ -/blob-report/ -/playwright/.cache/ -/test-results/ -/playwright-report/ -/blob-report/ -/playwright/.cache/ - results/ -# personal (optimass) -ICML_deadline/ -mass_utils/ -pyllmd_tune/ - -# don't ignore the miniwob_tasks_all.csv file -!miniwob_tasks_all.csv +# gradio +.gradio/ \ No newline at end of file