Skip to content

Commit

Permalink
ignore wandb to resolve isort headaches (axolotl-ai-cloud#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 21, 2023
1 parent c7b4dc2 commit cf4648e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[settings]
profile=black
known_third_party=wandb

0 comments on commit cf4648e

Please sign in to comment.