Update .gitignore

This commit is contained in:
augustin64 2022-05-14 18:19:51 +02:00
parent 890db11772
commit 5c0e8aa85d

9
.gitignore vendored
View File

@ -1,5 +1,8 @@
**/out **/out
**/a.out **/a.out
.cache/* **/__pycache__
.test-cache/*
**/__pycache__ .cache
.test-cache
.vscode