From 2e2f7b02b6e1bcb3e716df4de9c49be452152522 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Thu, 14 Apr 2022 17:30:27 +0300 Subject: [PATCH] Ignore pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3699a38..f82ca72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ output/ -doc/ \ No newline at end of file +doc/ +src/__pycache__ \ No newline at end of file