codediff 0.0.2

Fast, robust, syntax-aware code diffing using tree-sitter ASTs
Documentation
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
tmp/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# ---> Research directory. Part of the project but not part of the product.
**/research/data/*
**/research/**/plots/
**/research/drivers/gumtree-batch/out/

# ---> Python, only used in research/ directory.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# AI stuff
.serena
.claude

# codediff TUI's persisted theme choice (written to the cwd it's run from)
.codediff.toml