gitignore updated

This commit is contained in:
Lorenzo Volpi 2023-11-14 08:56:12 +01:00
parent 9f6333efb5
commit 7888f949c8
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -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