eazygit 0.2.0

A fast TUI for Git with staging, conflicts, rebase, and palette-first UX
# Ignore Rust / Cargo build artifacts
/target/

# Compiled artifacts
**/*.rlib
**/*.so
**/*.dylib
**/*.dll
**/*.exe

# Generated documentation
/target/doc/
/doc/
/docs/

# Backup and editor files
*.swp
*~
.DS_Store
Thumbs.db
ehthumbs.db
.idea/
.vscode/
*.iml

# Temporary files and logs
tmp/
temp/
*.log

# If this is a library crate, you may want to ignore Cargo.lock
# Cargo.lock

# Sample files
samples/