Add .gitignore

This commit is contained in:
Antoine SOULIER
2022-04-20 14:51:38 +02:00
parent 67dcc7c41c
commit 6f2b25df8a

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.*
!.gitignore
bin
build
test/build
*__pycache__