From 3bd4f82184a6741dbccc8c6c43799ad9d5ed489b Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 21 Sep 2023 11:49:08 -0400 Subject: [PATCH] ignore wandb to resolve isort headaches --- .gitignore | 4 ++++ .isort.cfg | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 614a6676b..f46b6808f 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,7 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ + +# WandB +# wandb creates a folder to store logs for training runs +wandb diff --git a/.isort.cfg b/.isort.cfg index b9fb3f3e8..79067a7c9 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,2 +1,3 @@ [settings] profile=black +known_third_party=wandb