Skip to content

Commit

Permalink
add .pytest_cache to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Feb 26, 2018
1 parent be78bf7 commit 45edf6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ __pycache__/
*.py[cod]
*$py.class

# Ignored Mathematica files shall be prefixed by _
# Temporary files
.cache
.pytest_cache

# Ignored Mathematica files shall be prefixed by _
_*.nb
*.fdb_latexmk
*.gz
Expand Down

0 comments on commit 45edf6f

Please sign in to comment.