breadcast/.gitignore
Breadway 696e3f540f gitignore: ignore graphify-out/ knowledge-graph cache
graphify-out/ is local tool output (AST cache, query index, graph.json)
regenerated on demand and never meant to be committed.
2026-08-15 22:34:21 +08:00

37 lines
395 B
Text

# Rust build artifacts
target/
# Editor and IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini
# Environment and secrets
.env
.env.*
*.env
*.pem
*.key
*.p12
secrets/
# Log files
*.log
logs/
# Runtime files
*.sock
*.pid
# Local hygiene notes (not for commit)
CLAUDE.md
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/