Skip to content

Commit

Permalink
Update .gitignore (#208)
Browse files Browse the repository at this point in the history
* Update .gitignore

* Fix requirements for env.

* Remove test data prep file erroneously committed.

* Revert requirements.

* Update makefile.

---------

Co-authored-by: George Smyrnis <[email protected]>
  • Loading branch information
GeorgiosSmyrnis and GeorgiosSmyrnis authored Jan 29, 2024
1 parent ccab991 commit 52109db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ eval/*.jsonl_tmp
weights*
out*
tests/assets/*.tar
tests/assets/source_*/*
.vscode/
secrets.env
checkpoints/
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
install: ## [Local development] Upgrade pip, install requirements, install package.
python -m pip install -U pip
python -m pip install -r requirements.txt
python -m pip install -e .

install-dev: ## [Local development] Install test requirements
Expand Down

0 comments on commit 52109db

Please sign in to comment.