Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e96e364

Browse files
authoredMar 24, 2025··
chore: ignore PyCharm .idea/ directory
Uncomment .idea/ directory in .gitignore to ensure PyCharm IDE project configuration files are excluded from version control.
1 parent 4cb011c commit e96e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitignore

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.