chore: ignore PyCharm .idea/ directory (#317)

Uncomment .idea/ directory in .gitignore to ensure PyCharm IDE project
configuration files are excluded from version control.
This commit is contained in:
Rohan Mehta 2025-03-24 10:08:07 -04:00 committed by GitHub
commit a34f34dc2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.gitignore vendored
View file

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