Skip to content

Commit a4b84fb

Browse files
committed
Gitignore: add IDE configuration
1 parent 933775a commit a4b84fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6+
# IDEs
7+
.idea
8+
.vscode
9+
.DS_STORE
10+
611
# C extensions
712
*.so
813

0 commit comments

Comments
 (0)