breadbox/.gitignore
Breadway 2a157bdf2c
All checks were successful
dev release / build (push) Successful in 17s
gitignore: exclude graphify-out local cache
2026-08-15 22:32:37 +08:00

27 lines
312 B
Text

/target/
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS artifacts
.DS_Store
Thumbs.db
# Environment / secrets
.env
.env.*
*.pem
*.key
# Claude Code session data
.claude/
# Local hygiene notes (not for commit)
CLAUDE.md
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/