From 39d9a8b317ee94e5c14b70a74b0795316a029c88 Mon Sep 17 00:00:00 2001 From: konstin Date: Fri, 10 Nov 2023 20:24:27 +0100 Subject: [PATCH] Ignore pycache files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12659a7f61916..da5e94a6c3260 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ target/ cache-* # python tmp files -#__pycache__ +__pycache__