Skip to content

Commit

Permalink
add .gitignore to ignore __pycache__
Browse files Browse the repository at this point in the history
this tells git to ignore the __pycache__ directory that can be
automatically created by python if you use the nxt module directly
e.g. via PYTHONPATH
  • Loading branch information
dlech committed Apr 28, 2018
1 parent 9851bee commit f742a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxt/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__

0 comments on commit f742a8b

Please sign in to comment.