From 00081ad9bdc97be31db0a065d7d33090e9bee1c3 Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Sun, 26 Nov 2023 16:35:46 +0100 Subject: [PATCH] gitignore updated --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 89be80e..88fb8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ qcpanel/__pycache__/* quacc/__pycache__/* quacc/evaluation/__pycache__/* quacc/method/__pycache__/* +quacc/quantification/__pycache__/* tests/__pycache__/* tests/*/__pycache__/* tests/*/*/__pycache__/*