Skip to content

Commit 10d399d

Browse files
authored
Update .gitignore to exclude python build files
1 parent 3450c70 commit 10d399d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@
4646

4747
# Mac
4848
.DS_Store
49+
50+
# Visual Studio Code
51+
.vscode/
52+
53+
# Python Install Build Files
54+
python/build/
55+
python/dist/
56+
python/src/dynamixel_sdk.egg-info/

0 commit comments

Comments
 (0)