Skip to content

Commit f005fc4

Browse files
committed
ignore PyCharm and pycharm
Signed-off-by: Timm Ruppert <timm.ruppert@persival.de>
1 parent 51b2ee6 commit f005fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ cython_debug/
189189
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
190190
# and can be added to the global gitignore or merged into this file. For a more nuclear
191191
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
192-
#.idea/
192+
.idea/
193193

194194
# Abstra
195195
# Abstra is an AI-powered process automation framework.
@@ -202,7 +202,7 @@ cython_debug/
202202
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
203203
# and can be added to the global gitignore or merged into this file. However, if you prefer,
204204
# you could uncomment the following to ignore the entire vscode folder
205-
# .vscode/
205+
.vscode/
206206

207207
# Ruff stuff:
208208
.ruff_cache/

0 commit comments

Comments
 (0)