Skip to content

Commit a34f34d

Browse files
authored
chore: ignore PyCharm .idea/ directory (#317)
Uncomment .idea/ directory in .gitignore to ensure PyCharm IDE project configuration files are excluded from version control.
2 parents 4cb011c + e96e364 commit a34f34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dmypy.json
135135
cython_debug/
136136

137137
# PyCharm
138-
#.idea/
138+
.idea/
139139

140140
# Ruff stuff:
141141
.ruff_cache/

0 commit comments

Comments
 (0)