# Build output
/target/

# Secrets: live config holds plaintext Wi-Fi passwords.
# Keep local only; see breadcrumbs.example.toml for the schema.
/breadcrumbs.toml

# Legacy plaintext credential store (migrated into breadcrumbs.toml on first run)
/Networks/

# Local diagnostic scripts (user-specific, not part of the tool)
diag.sh
diag_*.sh

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

# OS artifacts
.DS_Store
Thumbs.db
desktop.ini

# Environment files
.env
.env.local
*.env.*

# Log files
*.log

# Claude Code local state
.claude/
