breadcrumbs/.gitignore
Breadway f999730a7d
All checks were successful
dev release / build (push) Successful in 32s
gitignore: exclude graphify-out local cache
2026-08-15 22:32:36 +08:00

45 lines
813 B
Text

# 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/
# Local hygiene notes (not for commit)
CLAUDE.md
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/