breadcrumbs/.gitignore
Breadway 5b894c4fef Initial commit: breadcrumbs — profile-driven Wi-Fi + Tailscale state machine
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 11:52:46 +08:00

36 lines
536 B
Text

# 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/