add .gitignore for rust build artifacts

This commit is contained in:
2026-03-22 14:57:41 +00:00
parent 7580c10dda
commit cf0f640c66

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
target/
.DS_Store
__pycache__/
*.pyc