/ gitignore
gitignore
 1  # OS X
 2  .DS_Store
 3  Icon\?
 4  
 5  # IntelliJ IDEs
 6  .idea
 7  *.iml
 8  
 9  # Visual Studio Code
10  .vscode
11  
12  # Bundler for Rubygems
13  .bundle
14  
15  # direnv
16  .envrc
17  
18  # Local Claude stuff
19  claude-scratchpad
20  CLAUDE.local.md
21  .claude
22