Skip to content

Commit

Permalink
Remove pycache dirs; add gitignore to keep from doing that again lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingcitaldo125 committed May 9, 2021
1 parent 6308da6 commit e08c32f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*__pycache__/
*.coverage
Binary file removed earley/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file removed earley/__pycache__/earley.cpython-36.pyc
Binary file not shown.
Binary file removed tests/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file not shown.

0 comments on commit e08c32f

Please sign in to comment.