Skip to content

Commit b4c97b5

Browse files
committed
🔧 MAINTAIN: Update .gitignore
1 parent 76eb53c commit b4c97b5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,19 @@ ENV/
104104
env.bak/
105105
venv.bak/
106106

107+
# PyCharm project settings
108+
.idea
109+
107110
# Spyder project settings
108111
.spyderproject
109112
.spyproject
110113

111114
# Rope project settings
112115
.ropeproject
113116

117+
# VSCode project settings
118+
.vscode
119+
114120
# mkdocs documentation
115121
/site
116122

@@ -125,4 +131,3 @@ dmypy.json
125131
.DS_Store
126132
_archive/
127133
docs/source/apidoc/
128-
.vscode/

0 commit comments

Comments
 (0)