chore: ignore PyCharm .idea/ directory

Uncomment .idea/ directory in .gitignore to ensure PyCharm IDE
project configuration files are excluded from version control.
This commit is contained in:
madroid 2025-03-24 18:30:14 +08:00 committed by GitHub
parent 21a61969d9
commit 41bb33c761
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -135,7 +135,7 @@ dmypy.json
cython_debug/
# PyCharm
#.idea/
.idea/
# Ruff stuff:
.ruff_cache/