# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/

# Claude Code local settings
.claude/

# Test artifacts
tests/test-sandbox.wsb
tests/test-wrapper.ps1
*-transcript.txt
*.log

# Environment and secrets
.env
.env.*
*.pem
*.key
credentials.json
secrets.json

# Node/Bun (if any JS tools are added later)
node_modules/
.bun/
package-lock.json
bun.lockb

# Python (if any Python tools are added later)
__pycache__/
*.py[cod]
.venv/
venv/
.python-version

# Claude bug
nul