Skip to content

Commit

Permalink
Add more exclusions to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd authored and jschwartzentruber committed May 7, 2018
1 parent ff610be commit 5c95fc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -24,3 +24,10 @@

/misc/ec2prices/*.log
/misc/ec2prices/*/*.pricecache

# Code coverage
.coverage*

# Linting via pytest
/.pytest_cache/

0 comments on commit 5c95fc6

Please sign in to comment.