Commit 73ee9f6b782457143183418e0451cc15e89717b8

Authored by yanghl
1 parent c5af5b27

gitignore: ignore .idea/

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Showing 1 changed file with 3 additions and 0 deletions
.gitignore
... ... @@ -3,3 +3,6 @@
3 3  
4 4 # git worktrees
5 5 .worktrees/
  6 +
  7 +# IDE
  8 +.idea/
... ...