Ignore W&B logging dir wandb/ (#1571)

This commit is contained in:
Glenn Jocher 2020-11-26 22:22:03 +01:00 committed by GitHub
parent 76807fae71
commit d312d25747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.gitignore vendored
View File

@ -26,8 +26,8 @@
storage.googleapis.com storage.googleapis.com
runs/* runs/*
data/* data/*
!data/samples/zidane.jpg !data/images/zidane.jpg
!data/samples/bus.jpg !data/images/bus.jpg
!data/coco.names !data/coco.names
!data/coco_paper.names !data/coco_paper.names
!data/coco.data !data/coco.data
@ -50,6 +50,7 @@ gcp_test*.sh
*.pt *.pt
*.onnx *.onnx
*.mlmodel *.mlmodel
*.torchscript
darknet53.conv.74 darknet53.conv.74
yolov3-tiny.conv.15 yolov3-tiny.conv.15
@ -78,9 +79,11 @@ sdist/
var/ var/
wheels/ wheels/
*.egg-info/ *.egg-info/
wandb/
.installed.cfg .installed.cfg
*.egg *.egg
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it. # before PyInstaller builds the exe, so as to inject date/other infos into it.
@ -139,9 +142,9 @@ celerybeat-schedule
.env .env
# virtualenv # virtualenv
.venv .venv*
venv/ venv*/
ENV/ ENV*/
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject