Skip to content

Commit

Permalink
gitignore: ignore pycache and pyc files
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Cross <sean@xobs.io>
  • Loading branch information
xobs committed Feb 18, 2019
1 parent 902ab67 commit 74f1333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
__pycache__
*.pyc

0 comments on commit 74f1333

Please sign in to comment.