bos-settings/.gitignore
Breadway 57898400d3 gitignore untracked .freebuff/ and graphify-out/ local tool state
Generated with Codebuff 🤖
Co-Authored-By: Codebuff <noreply@codebuff.com>
2026-08-31 16:04:02 +08:00

39 lines
447 B
Text

# Rust build artifacts
/target/
**/*.pdb
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.direnv/
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini
# Environment / secrets
.env
.env.local
*.env.*
secrets/
*.pem
*.key
*.p12
# Runtime / logs
*.log
logs/
*.pid
*.sock
# Claude Code local agent state
.claude/
# .freebuff local tool state (not for commit)
.freebuff/
# graphify knowledge-graph output (local tool cache, not for commit)
graphify-out/