commitbee 0.5.0

AI-powered commit message generator using tree-sitter semantic analysis and local LLMs
Documentation
# SPDX-FileCopyrightText: 2026 Sephyi <me@sephy.io>
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial

# --- OS / Editor -------------------------------------------------------------

# macOS
.DS_Store
.AppleDouble
.LSOverride

# VS Code
.vscode/
!.vscode/extensions.json

# --- Rust / Cargo ------------------------------------------------------------

# Cargo build artifacts
debug/
target/

# Rust backup files (rustfmt)
**/*.rs.bk

# MSVC debug information
*.pdb

# Mutation testing data
**/mutants.out*/

# --- AI ----------------------------------------------------------------------

.claude/
docs/