Ignore Python build artifacts

This commit is contained in:
Dirkjan Ochtman 2021-03-18 10:56:07 +01:00
parent b3500d4a34
commit 0bd6d20b11

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/target
Cargo.lock
*.svg
*.so
__pycache__