Ignore Python build artifacts

This commit is contained in:
Dirkjan Ochtman 2021-03-18 10:56:07 +01:00
parent b3500d4a34
commit 0bd6d20b11
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

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