.direnv/
/result

# Ignore all files without extension
*
!*.*
!*/

# Unignore specific extensionless files
!justfile

# Generated by git-hooks.nix (contains nix store paths)
.pre-commit-config.yaml

# Rust build artifacts
/target/

# TUI example reference (HTML/JSX prototype)
docs/tui-example/
