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 4cb011c4d2
commit e96e364f08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/