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