Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
congchan authored Nov 10, 2023
1 parent 2138570 commit 7a806fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 116 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Python
__pycache__
*.pyc
*.egg-info
dist
.venv

# Editor
.idea
*.swp

# Other
.DS_Store

# Build
build
116 changes: 0 additions & 116 deletions llm/alignment/summarize_rlhf/reward_model/gptj_reward_test.py

This file was deleted.

0 comments on commit 7a806fb

Please sign in to comment.