From 3de0fa734f93b91e830fdb0d62c6536cbb557e86 Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Mon, 20 May 2024 22:11:08 +0200 Subject: [PATCH] added json file to git ignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 13d1490..1ac3868 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ __pycache__/ *.py[cod] *$py.class + +# json file cause I'm lazy +*.json + # C extensions *.so