Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
gitignore: ignore __pycache__
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Apr 13, 2020
1 parent 5edf84f commit c5b1a6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
dist
py_src/gpiod.egg-info
tmp
tmp
__pycache__

0 comments on commit c5b1a6b

Please sign in to comment.