Skip to content

Commit

Permalink
Merge pull request #51 from Porkepix/fix_gitignore_pycache
Browse files Browse the repository at this point in the history
Fix __pycache__ in .gitignore
  • Loading branch information
paulfantom authored Jun 11, 2018
2 parents f7547a0 + 7d83480 commit 003dafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/.vagrant/

# Ignore molecule and pytest files
**__pycache__**
__pycache__/
.molecule
.pytest_cache

Expand Down

0 comments on commit 003dafe

Please sign in to comment.