Initial commit: breadcrumbs — profile-driven Wi-Fi + Tailscale state machine
This commit is contained in:
commit
3422c12379
18 changed files with 3475 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue