Skip to content

Commit

Permalink
Fix __pycache__ in .gitignore
Browse files Browse the repository at this point in the history
Used syntax was invalid
  • Loading branch information
Porkepix committed Jun 11, 2018
1 parent f7547a0 commit 7d83480
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 7d83480

Please sign in to comment.