Skip to content

Commit

Permalink
Add .pytest_cache/ to .gitignore
Browse files Browse the repository at this point in the history
Workaround for
<pypa/hatch#304 (comment)>
  • Loading branch information
maresb committed Jan 2, 2023
1 parent 8f7ac80 commit e8f6bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ core
.idea
.vs
.mypy_cache/
.pytest_cache/
/htmlcov/

aesara-venv/
Expand Down

0 comments on commit e8f6bef

Please sign in to comment.