Remove compiled files (#1723)

This commit is contained in:
Rich Chiodo 2024-11-07 15:11:48 -08:00 committed by GitHub
parent 7d0ff33340
commit 3573ca0e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -5,6 +5,10 @@ __pycache__/
# C extensions
*.so
*.dylib
*.dll
*.pdb
*.exe
# Distribution / packaging
.Python