Skip to content

Commit 3f55ce7

Browse files
committed
Add .gitignore with some python artifacts
1 parent ee54026 commit 3f55ce7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
__pycache__/
2+
*.py[cod]
3+
*.egg-info/
4+
dist/
5+
build/
6+
*~
7+
*.prof

0 commit comments

Comments
 (0)