Skip to content

Commit ded597d

Browse files
Documenting the additions to .gitignore
1 parent 12fa495 commit ded597d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# IDE files
12
.idea
3+
.vscode
4+
25
# Byte-compiled / optimized / DLL files
36
__pycache__/
47
*.py[cod]
@@ -25,7 +28,7 @@ wheels/
2528
.installed.cfg
2629
*.egg
2730
MANIFEST
28-
.vscode
31+
2932
# PyInstaller
3033
# Usually these files are written by a python script from a template
3134
# before PyInstaller builds the exe, so as to inject date/other infos into it.

0 commit comments

Comments
 (0)