Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Make sure to exclude __pycache__ and pyc files.

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
rsalveti committed Mar 28, 2018
1 parent d29a527 commit 77b5c87
Showing 1 changed file 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__
*.pyc

0 comments on commit 77b5c87

Please sign in to comment.