From eaae8e8cc9d1c8a7d52dcba1503e57733d5b00cd Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 26 Oct 2022 15:38:16 +0200 Subject: [PATCH] Ignoring pycache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b685d73..a3ea413 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *venv/ +app/__pycache__* -- GitLab