# OpenCode Configuration Git Ignore

# System files
.DS_Store
Thumbs.db

# Dependencies
node_modules/
bun.lock

# Sensitive and local configuration
.env
.env.local
.mcp.json
settings*.json
settings*.json.bak
*.backup

# History and session data
history.jsonl
session-env/
shell-snapshots/
file-history/

# Cache and temporary files
cache/
debug/
downloads/
ide/
logs/
paste-cache/
todos/

# Telemetry and statistics
telemetry/
stats-cache.json
statsig/

# Other temporary files
docs/
plan/
plans/
projects/
temp/
tasks/
teams/