From 7039679776b7da5900cc590ccc05e62e626cd02a Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 6 Sep 2021 18:47:13 +0200 Subject: [PATCH] Ignore the __pycache__ folder. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df514f7d..0b2a9128 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,6 @@ game/android/build/* *.blend1 .dir-locals.el -build.config \ No newline at end of file +build.config + +__pycache__/* \ No newline at end of file