gitignore updated
This commit is contained in:
parent
c66eaf5d41
commit
7f08524d9a
|
@ -1,15 +1,20 @@
|
|||
*.code-workspace
|
||||
quavenv/*
|
||||
*.pdf
|
||||
|
||||
__pycache__/*
|
||||
baselines/__pycache__/*
|
||||
baselines/densratio/__pycache__/*
|
||||
quacc/__pycache__/*
|
||||
quacc/evaluation/__pycache__/*
|
||||
quacc/method/__pycache__/*
|
||||
tests/__pycache__/*
|
||||
|
||||
*.coverage
|
||||
.coverage
|
||||
|
||||
scp_sync.py
|
||||
|
||||
out/*
|
||||
output/*
|
||||
!output/main/
|
Loading…
Reference in New Issue