diff --git a/.gitignore b/.gitignore index 15eb46e..89be80e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.code-workspace quavenv/* *.pdf +.venv/* __pycache__/* baselines/__pycache__/* @@ -10,6 +11,8 @@ quacc/__pycache__/* quacc/evaluation/__pycache__/* quacc/method/__pycache__/* tests/__pycache__/* +tests/*/__pycache__/* +tests/*/*/__pycache__/* *.coverage .coverage