# Build output
/target/

# Secrets: live config holds plaintext Wi-Fi passwords (until NetworkManager
# takes over each one on first connect — see README's "Credential handling").
# Keep local only; see breadcrumbs.example.toml / networks.example.toml for
# the schemas.
/breadcrumbs.toml
/networks.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/
