From 5fb99371ba8a8f88301b3f1da6d9cb3914f555a1 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:35:54 -0300 Subject: [PATCH] Add .gitignore --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6f4c5ba3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +cache/* +characters/* +extensions/silero_tts/outputs/* +logs/* +models/* +softprompts/* +torch-dumps/* +*pycache* +*/*pycache* +*/*/pycache* + +settings.json +img_bot* +img_me* + +!characters/Example.json +!characters/Example.png +!models/place-your-models-here.txt +!softprompts/place-your-softprompts-here.txt +!torch-dumps/place-your-pt-models-here.txt