gitignore updated

This commit is contained in:
Lorenzo Volpi 2023-11-29 03:56:24 +01:00
parent 020728ed5d
commit 160c6920cb
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,11 +6,13 @@ quavenv/*
__pycache__/* __pycache__/*
baselines/__pycache__/* baselines/__pycache__/*
baselines/densratio/__pycache__/* baselines/densratio/__pycache__/*
qcdash/__pycache__/*
qcpanel/__pycache__/* qcpanel/__pycache__/*
quacc/__pycache__/* quacc/__pycache__/*
quacc/evaluation/__pycache__/* quacc/evaluation/__pycache__/*
quacc/method/__pycache__/* quacc/method/__pycache__/*
quacc/quantification/__pycache__/* quacc/quantification/__pycache__/*
quacc/plot/__pycache__/*
tests/__pycache__/* tests/__pycache__/*
tests/*/__pycache__/* tests/*/__pycache__/*
tests/*/*/__pycache__/* tests/*/*/__pycache__/*