# OS
.DS_Store
Thumbs.db

# Editors
*.swp
*.swo
*~
*.bak
.idea/
.vscode/
*.sublime-*

# Agent scratch (worktrees of this repo, created and destroyed by
# in-flight tooling). Unanchored: .gitignore patterns already match at
# every depth, so no prefix is wanted here. This is not a .dockerignore
# entry and must not be given a `**/` prefix on the way into one.
.claude/

# Node
node_modules/

# Environment / secrets
.env
.env.*
*.pem
*.key
