From c5b1a6b380d695fbf8f83b6195e339319b2b1df4 Mon Sep 17 00:00:00 2001 From: Hyeonki Hong Date: Mon, 13 Apr 2020 13:45:46 +0900 Subject: [PATCH] gitignore: ignore __pycache__ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89df53f..4598e26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build dist py_src/gpiod.egg-info -tmp \ No newline at end of file +tmp +__pycache__ \ No newline at end of file