Skip to content

Commit

Permalink
Merge pull request #57 from boostcampaitech4lv23recsys2/dev_withreact
Browse files Browse the repository at this point in the history
Dev withreact
  • Loading branch information
hobbang2 authored Feb 8, 2023
2 parents 35929c6 + 302d7b3 commit c14cf47
Show file tree
Hide file tree
Showing 222 changed files with 79,570 additions and 1,153 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Thumbs.db
# csv file
**/*.csv

# tsv file
**/*.tsv

# .user .item .inter
**/*.user
**/*.item
**/*.inter

# png file
**/*.png

Expand All @@ -35,7 +43,7 @@ Thumbs.db
**/*.npy

# data folder except
data/
./data/

# wandb folder except
wandb/
Expand Down Expand Up @@ -205,6 +213,10 @@ dmypy.json
# Cython debug symbols
cython_debug/

# log file
*log
log*

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
Expand Down
Loading

0 comments on commit c14cf47

Please sign in to comment.