From 4c6f540ca782621e8dae4dd795532dbbbb9e3f13 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 16 Sep 2022 01:04:39 +0300 Subject: [PATCH] add __pycache__ --- ~/Git/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/~/Git/.gitignore b/~/Git/.gitignore index 2369770..0674071 100644 --- a/~/Git/.gitignore +++ b/~/Git/.gitignore @@ -1,4 +1,5 @@ venv/ +__pycache__/ node_modules/ vendor/ composer.phar