Skip to content

Commit 1bb4d5e

Browse files
Add .gitignore, remove compiled artifacts from tracking
1 parent fa1425e commit 1bb4d5e

12 files changed

Lines changed: 7 additions & 0 deletions

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__pycache__/
2+
*.pyc
3+
*.so
4+
*.egg-info/
5+
build/
6+
dist/
7+
.DS_Store
-544 Bytes
Binary file not shown.
-276 Bytes
Binary file not shown.
-8.71 KB
Binary file not shown.
-283 Bytes
Binary file not shown.
-3.52 KB
Binary file not shown.
-318 Bytes
Binary file not shown.
-7.97 KB
Binary file not shown.
-7.15 KB
Binary file not shown.
-208 KB
Binary file not shown.

0 commit comments

Comments
 (0)