From a6c45772ea62009330625fb459eef91fc083b1df Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Sat, 8 Jan 2022 11:43:50 +0530
Subject: Ignore python generated files.

* .gitignore: Add python/__pycache__ and python/*.png.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 378eac2..a435578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 build
+python/__pycache__
+python/*.png
\ No newline at end of file
-- 
cgit v1.2.3