Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexholehouse committed May 19, 2021
1 parent af4ec3b commit 51706ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ __pycache__/
.DS_Store
*~

# ignore test output
metapredict/tests/output/*

# ignore built docs
docs/_build*

# Distribution / packaging
.Python
env/
Expand Down

0 comments on commit 51706ec

Please sign in to comment.